Struct partiql_ast::ast::Dml
source · pub struct Dml {
pub op: DmlOp,
pub from_clause: Option<FromClause>,
pub where_clause: Option<Box<Expr>>,
pub returning: Option<ReturningExpr>,
}
Fields§
§op: DmlOp
§from_clause: Option<FromClause>
§where_clause: Option<Box<Expr>>
§returning: Option<ReturningExpr>
Trait Implementations§
impl StructuralPartialEq for Dml
Auto Trait Implementations§
impl RefUnwindSafe for Dml
impl Send for Dml
impl Sync for Dml
impl Unpin for Dml
impl UnwindSafe for Dml
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