pub struct ParameterList { /* private fields */ }Expand description
Implementations§
Source§impl ParameterList
impl ParameterList
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn parameters(&self) -> AstChildren<Pattern> ⓘ
pub fn r_paren_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for ParameterList
impl AstNode for ParameterList
Source§impl Clone for ParameterList
impl Clone for ParameterList
Source§fn clone(&self) -> ParameterList
fn clone(&self) -> ParameterList
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 ParameterList
impl Debug for ParameterList
Source§impl Display for ParameterList
impl Display for ParameterList
Source§impl From<ParameterList> for ArrowExprParams
impl From<ParameterList> for ArrowExprParams
Source§fn from(node: ParameterList) -> ArrowExprParams
fn from(node: ParameterList) -> ArrowExprParams
Converts to this type from the input type.
Source§impl Hash for ParameterList
impl Hash for ParameterList
Source§impl PartialEq for ParameterList
impl PartialEq for ParameterList
impl Eq for ParameterList
impl StructuralPartialEq for ParameterList
Auto Trait Implementations§
impl Freeze for ParameterList
impl RefUnwindSafe for ParameterList
impl Send for ParameterList
impl Sync for ParameterList
impl Unpin for ParameterList
impl UnwindSafe for ParameterList
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