pub struct TrailingHeaders(/* private fields */);Expand description
Trailing headers handle (newtype)
This handle lets you take streaming-trailer headers after the request body stream has been fully consumed.
Implementations§
Trait Implementations§
Source§impl Clone for TrailingHeaders
impl Clone for TrailingHeaders
Source§fn clone(&self) -> TrailingHeaders
fn clone(&self) -> TrailingHeaders
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TrailingHeaders
impl RefUnwindSafe for TrailingHeaders
impl Send for TrailingHeaders
impl Sync for TrailingHeaders
impl Unpin for TrailingHeaders
impl UnwindSafe for TrailingHeaders
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