pub enum MathNodeType {
Apply,
Op,
Root,
Ci,
Cn,
Lambda,
BVar,
Piecewise,
Piece,
Otherwise,
Constant,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MathNodeType
impl RefUnwindSafe for MathNodeType
impl Send for MathNodeType
impl Sync for MathNodeType
impl Unpin for MathNodeType
impl UnwindSafe for MathNodeType
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