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