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