pub struct TransactionModeList { /* private fields */ }
Implementations§
Source§impl TransactionModeList
impl TransactionModeList
pub fn transaction_modes(&self) -> AstChildren<TransactionMode> ⓘ
Trait Implementations§
Source§impl AstNode for TransactionModeList
impl AstNode for TransactionModeList
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 TransactionModeList
impl Clone for TransactionModeList
Source§fn clone(&self) -> TransactionModeList
fn clone(&self) -> TransactionModeList
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 TransactionModeList
impl Debug for TransactionModeList
Source§impl Hash for TransactionModeList
impl Hash for TransactionModeList
Source§impl PartialEq for TransactionModeList
impl PartialEq for TransactionModeList
impl Eq for TransactionModeList
impl StructuralPartialEq for TransactionModeList
Auto Trait Implementations§
impl Freeze for TransactionModeList
impl !RefUnwindSafe for TransactionModeList
impl !Send for TransactionModeList
impl !Sync for TransactionModeList
impl Unpin for TransactionModeList
impl !UnwindSafe for TransactionModeList
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