pub struct SetTransaction { /* private fields */ }
Implementations§
Source§impl SetTransaction
impl SetTransaction
pub fn set_token(&self) -> Option<SyntaxToken>
pub fn transaction_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for SetTransaction
impl AstNode for SetTransaction
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for SetTransaction
impl Clone for SetTransaction
Source§fn clone(&self) -> SetTransaction
fn clone(&self) -> SetTransaction
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 SetTransaction
impl Debug for SetTransaction
Source§impl From<SetTransaction> for Stmt
impl From<SetTransaction> for Stmt
Source§fn from(node: SetTransaction) -> Stmt
fn from(node: SetTransaction) -> Stmt
Converts to this type from the input type.
Source§impl Hash for SetTransaction
impl Hash for SetTransaction
Source§impl PartialEq for SetTransaction
impl PartialEq for SetTransaction
impl Eq for SetTransaction
impl StructuralPartialEq for SetTransaction
Auto Trait Implementations§
impl Freeze for SetTransaction
impl !RefUnwindSafe for SetTransaction
impl !Send for SetTransaction
impl !Sync for SetTransaction
impl Unpin for SetTransaction
impl !UnwindSafe for SetTransaction
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