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