Struct proxy_server::headers::Headers
source · pub struct Headers {
pub content_length: usize,
pub raw: String,
pub parsed: Vec<Header>,
}
Fields§
§content_length: usize
§raw: String
§parsed: Vec<Header>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Headers
impl Send for Headers
impl Sync for Headers
impl Unpin for Headers
impl UnwindSafe for Headers
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