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