pub struct ReferencingTable { /* private fields */ }Implementations§
Source§impl ReferencingTable
impl ReferencingTable
pub fn name_ref(&self) -> Option<NameRef>
pub fn as_token(&self) -> Option<SyntaxToken>
pub fn new_token(&self) -> Option<SyntaxToken>
pub fn old_token(&self) -> Option<SyntaxToken>
pub fn table_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ReferencingTable
impl AstNode for ReferencingTable
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 ReferencingTable
impl Clone for ReferencingTable
Source§fn clone(&self) -> ReferencingTable
fn clone(&self) -> ReferencingTable
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 ReferencingTable
impl Debug for ReferencingTable
Source§impl Hash for ReferencingTable
impl Hash for ReferencingTable
Source§impl PartialEq for ReferencingTable
impl PartialEq for ReferencingTable
impl Eq for ReferencingTable
impl StructuralPartialEq for ReferencingTable
Auto Trait Implementations§
impl Freeze for ReferencingTable
impl !RefUnwindSafe for ReferencingTable
impl !Send for ReferencingTable
impl !Sync for ReferencingTable
impl Unpin for ReferencingTable
impl !UnwindSafe for ReferencingTable
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