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