pub struct DeleteExpr {
pub source: String,
pub filter: Option<Expr>,
}Fields§
§source: String§filter: Option<Expr>Trait Implementations§
Source§impl Clone for DeleteExpr
impl Clone for DeleteExpr
Source§fn clone(&self) -> DeleteExpr
fn clone(&self) -> DeleteExpr
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteExpr
impl Debug for DeleteExpr
Source§impl PartialEq for DeleteExpr
impl PartialEq for DeleteExpr
Source§fn eq(&self, other: &DeleteExpr) -> bool
fn eq(&self, other: &DeleteExpr) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteExpr
Auto Trait Implementations§
impl Freeze for DeleteExpr
impl RefUnwindSafe for DeleteExpr
impl Send for DeleteExpr
impl Sync for DeleteExpr
impl Unpin for DeleteExpr
impl UnsafeUnpin for DeleteExpr
impl UnwindSafe for DeleteExpr
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