pub enum Then {
Drain {
saved: Scope,
then: Reify,
},
WrapAsCode,
IsCodeStaged {
s1: RcExp,
},
}Expand description
What to do with the expression a Cont::ForceCode produces.
Variants§
Auto Trait Implementations§
impl Freeze for Then
impl !RefUnwindSafe for Then
impl Send for Then
impl Sync for Then
impl Unpin for Then
impl !UnwindSafe for Then
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