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