pub struct TableAndColumnsList { /* private fields */ }Implementations§
Source§impl TableAndColumnsList
impl TableAndColumnsList
pub fn table_and_columnss(&self) -> AstChildren<TableAndColumns> ⓘ
Trait Implementations§
Source§impl AstNode for TableAndColumnsList
impl AstNode for TableAndColumnsList
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 TableAndColumnsList
impl Clone for TableAndColumnsList
Source§fn clone(&self) -> TableAndColumnsList
fn clone(&self) -> TableAndColumnsList
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 TableAndColumnsList
impl Debug for TableAndColumnsList
Source§impl Hash for TableAndColumnsList
impl Hash for TableAndColumnsList
Source§impl PartialEq for TableAndColumnsList
impl PartialEq for TableAndColumnsList
impl Eq for TableAndColumnsList
impl StructuralPartialEq for TableAndColumnsList
Auto Trait Implementations§
impl Freeze for TableAndColumnsList
impl !RefUnwindSafe for TableAndColumnsList
impl !Send for TableAndColumnsList
impl !Sync for TableAndColumnsList
impl Unpin for TableAndColumnsList
impl !UnwindSafe for TableAndColumnsList
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