pub struct ArgList { /* private fields */ }
Implementations§
Source§impl ArgList
impl ArgList
pub fn args(&self) -> AstChildren<Expr> ⓘ
pub fn expr(&self) -> Option<Expr>
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
pub fn star_token(&self) -> Option<SyntaxToken>
pub fn all_token(&self) -> Option<SyntaxToken>
pub fn distinct_token(&self) -> Option<SyntaxToken>
pub fn variadic_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ArgList
impl AstNode for ArgList
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 ArgList
impl StructuralPartialEq for ArgList
Auto Trait Implementations§
impl Freeze for ArgList
impl !RefUnwindSafe for ArgList
impl !Send for ArgList
impl !Sync for ArgList
impl Unpin for ArgList
impl !UnwindSafe for ArgList
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