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
sourceimpl ResponseExtender<Body> for NoopResponseExtender
impl ResponseExtender<Body> for NoopResponseExtender
Auto Trait Implementations
impl RefUnwindSafe for NoopResponseExtender
impl Send for NoopResponseExtender
impl Sync for NoopResponseExtender
impl Unpin for NoopResponseExtender
impl UnwindSafe for NoopResponseExtender
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more