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