pub struct DeleteStmt {
pub target: Expr,
pub span: Span,
}Fields§
§target: Expr§span: SpanTrait Implementations§
Source§impl Clone for DeleteStmt
impl Clone for DeleteStmt
Source§fn clone(&self) -> DeleteStmt
fn clone(&self) -> DeleteStmt
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 Debug for DeleteStmt
impl Debug for DeleteStmt
Source§impl<'de> Deserialize<'de> for DeleteStmt
impl<'de> Deserialize<'de> for DeleteStmt
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteStmt
impl PartialEq for DeleteStmt
Source§impl Serialize for DeleteStmt
impl Serialize for DeleteStmt
impl StructuralPartialEq for DeleteStmt
Auto Trait Implementations§
impl Freeze for DeleteStmt
impl RefUnwindSafe for DeleteStmt
impl Send for DeleteStmt
impl Sync for DeleteStmt
impl Unpin for DeleteStmt
impl UnwindSafe for DeleteStmt
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