pub enum OCAAst {
TransformationAst(TransformationAST),
SemanticsAst(OCAAst),
}
Variants§
TransformationAst(TransformationAST)
SemanticsAst(OCAAst)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OCAAst
impl RefUnwindSafe for OCAAst
impl Send for OCAAst
impl Sync for OCAAst
impl Unpin for OCAAst
impl UnwindSafe for OCAAst
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