pub struct DecodedHead {
pub status: StatusCode,
pub headers: Vec<(HeaderName, HeaderValue)>,
pub header_len: usize,
pub body_kind: BodyKind,
}Fields§
§status: StatusCode§headers: Vec<(HeaderName, HeaderValue)>§header_len: usize§body_kind: BodyKindAuto Trait Implementations§
impl Freeze for DecodedHead
impl RefUnwindSafe for DecodedHead
impl Send for DecodedHead
impl Sync for DecodedHead
impl Unpin for DecodedHead
impl UnsafeUnpin for DecodedHead
impl UnwindSafe for DecodedHead
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