pub struct NoopResponseExtender;
Expand description
An extender that does not alter the response.
This is likely to only be useful in documentation or example code.
Trait Implementations§
Source§impl ResponseExtender<Body> for NoopResponseExtender
impl ResponseExtender<Body> for NoopResponseExtender
Auto Trait Implementations§
impl Freeze for NoopResponseExtender
impl RefUnwindSafe for NoopResponseExtender
impl Send for NoopResponseExtender
impl Sync for NoopResponseExtender
impl Unpin for NoopResponseExtender
impl UnwindSafe for NoopResponseExtender
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more