struct Wants(u8);
Expand description
Extra flags that a request “wants”, like expect-continue or upgrades.
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Wants
impl RefUnwindSafe for Wants
impl Send for Wants
impl Sync for Wants
impl Unpin for Wants
impl UnwindSafe for Wants
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