pub struct Lambda<'tree> {
pub span: Span,
pub expression: LambdaExpression<'tree>,
pub patterns: Patterns<'tree>,
}Fields§
§span: Span§expression: LambdaExpression<'tree>§patterns: Patterns<'tree>Trait Implementations§
impl<'tree> Eq for Lambda<'tree>
impl<'tree> StructuralPartialEq for Lambda<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Lambda<'tree>
impl<'tree> RefUnwindSafe for Lambda<'tree>
impl<'tree> Send for Lambda<'tree>
impl<'tree> Sync for Lambda<'tree>
impl<'tree> Unpin for Lambda<'tree>
impl<'tree> UnsafeUnpin for Lambda<'tree>
impl<'tree> UnwindSafe for Lambda<'tree>
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