pub struct HEAD;Trait Implementations§
impl Method for HEAD
impl MethodWithoutRequestBody for HEAD
impl MethodWithoutResponseBody for HEAD
Auto Trait Implementations§
impl RefUnwindSafe for HEAD
impl Send for HEAD
impl Sync for HEAD
impl Unpin for HEAD
impl UnwindSafe for HEAD
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