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