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 Traversable for Lambda
impl Traversable for Lambda
impl Eq for Lambda
Auto Trait Implementations§
impl Freeze for Lambda
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