pub struct SqlDelete {
pub table: SqlIdent,
pub filter: Option<SqlExpr>,
}Expand description
DELETE FROM table [ WHERE predicate ]
Fields§
§table: SqlIdent§filter: Option<SqlExpr>Auto Trait Implementations§
impl Freeze for SqlDelete
impl RefUnwindSafe for SqlDelete
impl Send for SqlDelete
impl Sync for SqlDelete
impl Unpin for SqlDelete
impl UnwindSafe for SqlDelete
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