pub struct FunctionSig { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for FunctionSig
impl AstNode for FunctionSig
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,
Source§impl Clone for FunctionSig
impl Clone for FunctionSig
Source§fn clone(&self) -> FunctionSig
fn clone(&self) -> FunctionSig
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 FunctionSig
impl Debug for FunctionSig
Source§impl HasParamList for FunctionSig
impl HasParamList for FunctionSig
fn param_list(&self) -> Option<ParamList>
Source§impl Hash for FunctionSig
impl Hash for FunctionSig
Source§impl PartialEq for FunctionSig
impl PartialEq for FunctionSig
impl Eq for FunctionSig
impl StructuralPartialEq for FunctionSig
Auto Trait Implementations§
impl Freeze for FunctionSig
impl !RefUnwindSafe for FunctionSig
impl !Send for FunctionSig
impl !Sync for FunctionSig
impl Unpin for FunctionSig
impl !UnwindSafe for FunctionSig
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