pub struct WithoutHeaders;
Expand description
Marker type indicating that headers should be excluded from the response.
Auto Trait Implementations§
impl Freeze for WithoutHeaders
impl RefUnwindSafe for WithoutHeaders
impl Send for WithoutHeaders
impl Sync for WithoutHeaders
impl Unpin for WithoutHeaders
impl UnwindSafe for WithoutHeaders
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