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