pub struct InsertStmt { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for InsertStmt
impl AstNode for InsertStmt
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for InsertStmt
impl Clone for InsertStmt
Source§fn clone(&self) -> InsertStmt
fn clone(&self) -> InsertStmt
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 InsertStmt
impl Debug for InsertStmt
impl Eq for InsertStmt
Source§impl Hash for InsertStmt
impl Hash for InsertStmt
Source§impl PartialEq for InsertStmt
impl PartialEq for InsertStmt
impl StructuralPartialEq for InsertStmt
Auto Trait Implementations§
impl !RefUnwindSafe for InsertStmt
impl !Send for InsertStmt
impl !Sync for InsertStmt
impl !UnwindSafe for InsertStmt
impl Freeze for InsertStmt
impl Unpin for InsertStmt
impl UnsafeUnpin for InsertStmt
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