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