pub struct Trailers(/* private fields */);Expand description
A handle to a response’s trailers that stays readable after the body has been
taken. See Response::into_parts.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Trailers
impl !Send for Trailers
impl !Sync for Trailers
impl !UnwindSafe for Trailers
impl Freeze for Trailers
impl Unpin for Trailers
impl UnsafeUnpin 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