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