pub struct CompRes<X: GXExt> {
pub exprs: SmallVec<[CompExp<X>; 1]>,
pub env: Env<GXRt<X>, X::UserEvent>,
}Fields§
§exprs: SmallVec<[CompExp<X>; 1]>§env: Env<GXRt<X>, X::UserEvent>Trait Implementations§
Auto Trait Implementations§
impl<X> Freeze for CompRes<X>
impl<X> !RefUnwindSafe for CompRes<X>
impl<X> Send for CompRes<X>
impl<X> Sync for CompRes<X>
impl<X> Unpin for CompRes<X>
impl<X> !UnwindSafe for CompRes<X>
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