pub struct SetExtraHttpHeaders { /* private fields */ }Expand description
Specifies whether to always send extra HTTP headers with the requests from this page.
Implementations§
Trait Implementations§
Source§impl Clone for SetExtraHttpHeaders
impl Clone for SetExtraHttpHeaders
Source§fn clone(&self) -> SetExtraHttpHeaders
fn clone(&self) -> SetExtraHttpHeaders
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 Command for SetExtraHttpHeaders
impl Command for SetExtraHttpHeaders
Source§impl Debug for SetExtraHttpHeaders
impl Debug for SetExtraHttpHeaders
Auto Trait Implementations§
impl Freeze for SetExtraHttpHeaders
impl RefUnwindSafe for SetExtraHttpHeaders
impl Send for SetExtraHttpHeaders
impl Sync for SetExtraHttpHeaders
impl Unpin for SetExtraHttpHeaders
impl UnwindSafe for SetExtraHttpHeaders
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