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