pub enum ExpressionEnum<'lt> {
Lambda(&'lt Lambda),
CodeFlow(&'lt CodeFlow),
Lit(&'lt Lit),
Term(&'lt Term),
}
Variants§
Auto Trait Implementations§
impl<'lt> Freeze for ExpressionEnum<'lt>
impl<'lt> !RefUnwindSafe for ExpressionEnum<'lt>
impl<'lt> !Send for ExpressionEnum<'lt>
impl<'lt> !Sync for ExpressionEnum<'lt>
impl<'lt> Unpin for ExpressionEnum<'lt>
impl<'lt> !UnwindSafe for ExpressionEnum<'lt>
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