pub struct LambdaParams { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for LambdaParams
impl AstNode for LambdaParams
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for LambdaParams
impl Clone for LambdaParams
Source§fn clone(&self) -> LambdaParams
fn clone(&self) -> LambdaParams
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 moreSource§impl Debug for LambdaParams
impl Debug for LambdaParams
impl Eq for LambdaParams
Source§impl Hash for LambdaParams
impl Hash for LambdaParams
Source§impl PartialEq for LambdaParams
impl PartialEq for LambdaParams
impl StructuralPartialEq for LambdaParams
Auto Trait Implementations§
impl !RefUnwindSafe for LambdaParams
impl !Send for LambdaParams
impl !Sync for LambdaParams
impl !UnwindSafe for LambdaParams
impl Freeze for LambdaParams
impl Unpin for LambdaParams
impl UnsafeUnpin for LambdaParams
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