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