pub struct DeleteWhereSet;Expand description
Marker for the state after WHERE clause.
Trait Implementations§
Source§impl Clone for DeleteWhereSet
impl Clone for DeleteWhereSet
impl Copy for DeleteWhereSet
Source§impl Debug for DeleteWhereSet
impl Debug for DeleteWhereSet
Source§impl Default for DeleteWhereSet
impl Default 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 UnsafeUnpin 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