pub struct TableRef { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for TableRef
impl AstNode for TableRef
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
impl Eq for TableRef
impl StructuralPartialEq for TableRef
Auto Trait Implementations§
impl !RefUnwindSafe for TableRef
impl !Send for TableRef
impl !Sync for TableRef
impl !UnwindSafe for TableRef
impl Freeze for TableRef
impl Unpin for TableRef
impl UnsafeUnpin for TableRef
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