pub struct UpdateWhereSet;Expand description
Marker for the state after WHERE clause
Trait Implementations§
Source§impl Clone for UpdateWhereSet
impl Clone for UpdateWhereSet
Source§fn clone(&self) -> UpdateWhereSet
fn clone(&self) -> UpdateWhereSet
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpdateWhereSet
impl Debug for UpdateWhereSet
Source§impl Default for UpdateWhereSet
impl Default for UpdateWhereSet
Source§fn default() -> UpdateWhereSet
fn default() -> UpdateWhereSet
Returns the “default value” for a type. Read more
impl Copy 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 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