pub struct ResponseTrailers { /* private fields */ }
Trait Implementations§
Source§impl HttpControl for ResponseTrailers
impl HttpControl for ResponseTrailers
Source§fn attributes(&self) -> &Attributes
fn attributes(&self) -> &Attributes
Retrieve attributes for the http data
Source§fn end_of_stream(&self) -> bool
fn end_of_stream(&self) -> bool
If
true
, this is the last blockSource§impl HttpHeaderControl for ResponseTrailers
impl HttpHeaderControl for ResponseTrailers
Source§const HEADER_TYPE: HeaderType = HeaderType::ResponseTrailers
const HEADER_TYPE: HeaderType = HeaderType::ResponseTrailers
The header type
Source§fn header_count(&self) -> usize
fn header_count(&self) -> usize
Number of headers contained in block
Auto Trait Implementations§
impl Freeze for ResponseTrailers
impl RefUnwindSafe for ResponseTrailers
impl Send for ResponseTrailers
impl Sync for ResponseTrailers
impl Unpin for ResponseTrailers
impl UnwindSafe for ResponseTrailers
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