pub struct GetMethod;Expand description
The GET query method
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetMethod
impl RefUnwindSafe for GetMethod
impl Send for GetMethod
impl Sync for GetMethod
impl Unpin for GetMethod
impl UnwindSafe for GetMethod
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