pub struct UpdateWhereSet;Expand description
Marker for the state after WHERE clause.
Trait Implementations§
Source§impl Clone for UpdateWhereSet
impl Clone for UpdateWhereSet
impl Copy for UpdateWhereSet
Source§impl Debug for UpdateWhereSet
impl Debug for UpdateWhereSet
Source§impl Default for UpdateWhereSet
impl Default for UpdateWhereSet
impl ExecutableState for UpdateWhereSet
Auto Trait Implementations§
impl Freeze for UpdateWhereSet
impl RefUnwindSafe for UpdateWhereSet
impl Send for UpdateWhereSet
impl Sync for UpdateWhereSet
impl Unpin for UpdateWhereSet
impl UnsafeUnpin for UpdateWhereSet
impl UnwindSafe for UpdateWhereSet
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