pub struct ReadCommitted { /* private fields */ }
Implementations§
Source§impl ReadCommitted
impl ReadCommitted
pub fn committed_token(&self) -> Option<SyntaxToken>
pub fn isolation_token(&self) -> Option<SyntaxToken>
pub fn level_token(&self) -> Option<SyntaxToken>
pub fn read_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ReadCommitted
impl AstNode for ReadCommitted
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 ReadCommitted
impl Clone for ReadCommitted
Source§fn clone(&self) -> ReadCommitted
fn clone(&self) -> ReadCommitted
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 ReadCommitted
impl Debug for ReadCommitted
Source§impl From<ReadCommitted> for TransactionMode
impl From<ReadCommitted> for TransactionMode
Source§fn from(node: ReadCommitted) -> TransactionMode
fn from(node: ReadCommitted) -> TransactionMode
Converts to this type from the input type.
Source§impl Hash for ReadCommitted
impl Hash for ReadCommitted
Source§impl PartialEq for ReadCommitted
impl PartialEq for ReadCommitted
impl Eq for ReadCommitted
impl StructuralPartialEq for ReadCommitted
Auto Trait Implementations§
impl Freeze for ReadCommitted
impl !RefUnwindSafe for ReadCommitted
impl !Send for ReadCommitted
impl !Sync for ReadCommitted
impl Unpin for ReadCommitted
impl !UnwindSafe for ReadCommitted
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