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