pub struct DeviateDeleteStmt { /* private fields */ }Expand description
The “deviate delete” Statement.
Implementations§
Trait Implementations§
Source§impl Clone for DeviateDeleteStmt
impl Clone for DeviateDeleteStmt
Source§fn clone(&self) -> DeviateDeleteStmt
fn clone(&self) -> DeviateDeleteStmt
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 Compound for DeviateDeleteStmt
impl Compound for DeviateDeleteStmt
Source§impl Debug for DeviateDeleteStmt
impl Debug for DeviateDeleteStmt
Source§impl PartialEq for DeviateDeleteStmt
impl PartialEq for DeviateDeleteStmt
impl StructuralPartialEq for DeviateDeleteStmt
Auto Trait Implementations§
impl Freeze for DeviateDeleteStmt
impl RefUnwindSafe for DeviateDeleteStmt
impl Send for DeviateDeleteStmt
impl Sync for DeviateDeleteStmt
impl Unpin for DeviateDeleteStmt
impl UnwindSafe for DeviateDeleteStmt
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