pub struct SetExtraHTTPHeadersParams {
pub headers: HashMap<String, String>,
}Expand description
Parameters for Network.setExtraHTTPHeaders.
Fields§
§headers: HashMap<String, String>Map with extra HTTP headers.
Trait Implementations§
Source§impl Clone for SetExtraHTTPHeadersParams
impl Clone for SetExtraHTTPHeadersParams
Source§fn clone(&self) -> SetExtraHTTPHeadersParams
fn clone(&self) -> SetExtraHTTPHeadersParams
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 moreSource§impl Debug for SetExtraHTTPHeadersParams
impl Debug for SetExtraHTTPHeadersParams
Auto Trait Implementations§
impl Freeze for SetExtraHTTPHeadersParams
impl RefUnwindSafe for SetExtraHTTPHeadersParams
impl Send for SetExtraHTTPHeadersParams
impl Sync for SetExtraHTTPHeadersParams
impl Unpin for SetExtraHTTPHeadersParams
impl UnwindSafe for SetExtraHTTPHeadersParams
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