pub struct WithHeaders { /* private fields */ }
Expand description
Wrap a Filter
to always set multiple headers.
Trait Implementations§
Source§impl Clone for WithHeaders
impl Clone for WithHeaders
Source§fn clone(&self) -> WithHeaders
fn clone(&self) -> WithHeaders
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for WithHeaders
impl RefUnwindSafe for WithHeaders
impl Send for WithHeaders
impl Sync for WithHeaders
impl Unpin for WithHeaders
impl UnwindSafe for WithHeaders
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