pub struct LambdaDef<C: Ctx, E: UserEvent> {
pub id: LambdaId,
pub env: Env<C, E>,
pub scope: ModPath,
pub argspec: Arc<[Arg]>,
pub typ: Arc<FnType>,
pub init: InitFn<C, E>,
}
Fields§
§id: LambdaId
§env: Env<C, E>
§scope: ModPath
§argspec: Arc<[Arg]>
§typ: Arc<FnType>
§init: InitFn<C, E>
Trait Implementations§
Auto Trait Implementations§
impl<C, E> Freeze for LambdaDef<C, E>
impl<C, E> !RefUnwindSafe for LambdaDef<C, E>
impl<C, E> Send for LambdaDef<C, E>
impl<C, E> Sync for LambdaDef<C, E>
impl<C, E> Unpin for LambdaDef<C, E>
impl<C, E> !UnwindSafe for LambdaDef<C, E>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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