Struct containers_api::conn::Headers
source · [−]pub struct Headers(_);
Expand description
Helper structure used as a container for HTTP headers passed to a request
Implementations
Trait Implementations
sourceimpl IntoIterator for Headers
impl IntoIterator for Headers
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more