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