pub struct ParameterListNode { /* private fields */ }Implementations§
Source§impl ParameterListNode
impl ParameterListNode
pub fn cast(syntax: SyntaxNode) -> Option<Self>
pub fn range(&self) -> TextRange
pub fn parameters(&self) -> impl Iterator<Item = ParameterNode> + '_
Trait Implementations§
Source§impl Clone for ParameterListNode
impl Clone for ParameterListNode
Source§fn clone(&self) -> ParameterListNode
fn clone(&self) -> ParameterListNode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for ParameterListNode
impl !Send for ParameterListNode
impl !Sync for ParameterListNode
impl !UnwindSafe for ParameterListNode
impl Freeze for ParameterListNode
impl Unpin for ParameterListNode
impl UnsafeUnpin for ParameterListNode
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