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