pub struct WithHeaders;
Expand description
Marker type indicating that headers should be included in the response.
Auto 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