pub struct Begin { /* private fields */ }
Implementations§
Source§impl Begin
impl Begin
pub fn transaction_mode_list(&self) -> Option<TransactionModeList>
pub fn begin_token(&self) -> Option<SyntaxToken>
pub fn start_token(&self) -> Option<SyntaxToken>
pub fn transaction_token(&self) -> Option<SyntaxToken>
pub fn work_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for Begin
impl AstNode for Begin
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,
impl Eq for Begin
impl StructuralPartialEq for Begin
Auto Trait Implementations§
impl Freeze for Begin
impl !RefUnwindSafe for Begin
impl !Send for Begin
impl !Sync for Begin
impl Unpin for Begin
impl !UnwindSafe for Begin
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