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