pub struct TableList { /* private fields */ }
Implementations§
Source§impl TableList
impl TableList
pub fn relation_names(&self) -> AstChildren<RelationName> ⓘ
Trait Implementations§
Source§impl AstNode for TableList
impl AstNode for TableList
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,
impl Eq for TableList
impl StructuralPartialEq for TableList
Auto Trait Implementations§
impl Freeze for TableList
impl !RefUnwindSafe for TableList
impl !Send for TableList
impl !Sync for TableList
impl Unpin for TableList
impl !UnwindSafe for TableList
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