pub struct WithHeaders_ {
pub(super) with: WithHeaders,
}
Fields§
§with: WithHeaders
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