Struct erg_parser::ast::Lambda  
source · pub struct Lambda {
    pub sig: LambdaSignature,
    pub op: Token,
    pub body: Block,
    pub id: DefId,
}Fields§
§sig: LambdaSignature§op: Tokenfor detecting func/proc
body: Block§id: DefIdImplementations§
Trait Implementations§
source§impl Locational for Lambda
 
impl Locational for Lambda
source§impl NestedDisplay for Lambda
 
impl NestedDisplay for Lambda
source§impl PartialEq for Lambda
 
impl PartialEq for Lambda
impl Eq for Lambda
impl StructuralEq for Lambda
impl StructuralPartialEq for Lambda
Auto Trait Implementations§
impl RefUnwindSafe for Lambda
impl Send for Lambda
impl Sync for Lambda
impl Unpin for Lambda
impl UnwindSafe for Lambda
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