pub struct DeleteMethod;Auto Trait Implementations§
impl Freeze for DeleteMethod
impl RefUnwindSafe for DeleteMethod
impl Send for DeleteMethod
impl Sync for DeleteMethod
impl Unpin for DeleteMethod
impl UnsafeUnpin for DeleteMethod
impl UnwindSafe for DeleteMethod
Blanket Implementations§
impl<A> Async for A
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