pub struct Trailers { /* private fields */ }Expand description
State for accumulating chunked trailer headers during decode.
The buf is lazily boxed only when trailers are actually present.
Implementations§
Trait Implementations§
impl Eq for Trailers
impl StructuralPartialEq for Trailers
Auto Trait Implementations§
impl Freeze for Trailers
impl RefUnwindSafe for Trailers
impl Send for Trailers
impl Sync for Trailers
impl Unpin for Trailers
impl UnsafeUnpin for Trailers
impl UnwindSafe for Trailers
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