Struct http4r_core::client::WithContentLength
source · [−]pub struct WithContentLength<H> where
H: Handler, { /* private fields */ }Implementations
sourceimpl<H> WithContentLength<H> where
H: Handler,
impl<H> WithContentLength<H> where
H: Handler,
pub fn new(next_handler: H) -> WithContentLength<H>
Trait Implementations
Auto Trait Implementations
impl<H> RefUnwindSafe for WithContentLength<H> where
H: RefUnwindSafe,
impl<H> Send for WithContentLength<H> where
H: Send,
impl<H> Sync for WithContentLength<H> where
H: Sync,
impl<H> Unpin for WithContentLength<H> where
H: Unpin,
impl<H> UnwindSafe for WithContentLength<H> where
H: UnwindSafe,
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