pub struct FunctionParam(/* private fields */);
Implementations§
Source§impl FunctionParam
impl FunctionParam
Trait Implementations§
Source§impl AstNode for FunctionParam
impl AstNode for FunctionParam
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for FunctionParam
impl Clone for FunctionParam
Source§fn clone(&self) -> FunctionParam
fn clone(&self) -> FunctionParam
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for FunctionParam
impl !RefUnwindSafe for FunctionParam
impl !Send for FunctionParam
impl !Sync for FunctionParam
impl Unpin for FunctionParam
impl !UnwindSafe for FunctionParam
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