pub struct DeleteWhereSet;Expand description
Marker for the state after WHERE clause
Trait Implementations§
Source§impl Clone for DeleteWhereSet
impl Clone for DeleteWhereSet
Source§fn clone(&self) -> DeleteWhereSet
fn clone(&self) -> DeleteWhereSet
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 DeleteWhereSet
impl Debug for DeleteWhereSet
Source§impl Default for DeleteWhereSet
impl Default for DeleteWhereSet
Source§fn default() -> DeleteWhereSet
fn default() -> DeleteWhereSet
Returns the “default value” for a type. Read more
impl Copy for DeleteWhereSet
impl ExecutableState for DeleteWhereSet
Auto Trait Implementations§
impl Freeze for DeleteWhereSet
impl RefUnwindSafe for DeleteWhereSet
impl Send for DeleteWhereSet
impl Sync for DeleteWhereSet
impl Unpin for DeleteWhereSet
impl UnwindSafe for DeleteWhereSet
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