pub enum Yield<C> {
Term(ATerm),
Construct(C),
}
Variants§
Auto Trait Implementations§
impl<C> Freeze for Yield<C>where
C: Freeze,
impl<C> RefUnwindSafe for Yield<C>where
C: RefUnwindSafe,
impl<C> !Send for Yield<C>
impl<C> Sync for Yield<C>where
C: Sync,
impl<C> Unpin for Yield<C>where
C: Unpin,
impl<C> UnwindSafe for Yield<C>where
C: UnwindSafe,
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