pub enum PortableNoadKind {
Show 16 variants
Ord,
Op,
Bin,
Rel,
Open,
Close,
Punct,
Inner,
Radical,
Fraction,
Under,
Over,
Accent,
Vcenter,
Left,
Right,
}Expand description
The atom type of a math noad.
Variants§
Ord
ord_noad.
Op
op_noad.
Bin
bin_noad.
Rel
rel_noad.
Open
open_noad.
Close
close_noad.
Punct
punct_noad.
Inner
inner_noad.
Radical
radical_noad.
Fraction
fraction_noad.
Under
under_noad.
Over
over_noad.
Accent
accent_noad.
Vcenter
vcenter_noad.
Left
left_noad.
Right
right_noad.
Trait Implementations§
Source§impl Clone for PortableNoadKind
impl Clone for PortableNoadKind
impl Copy for PortableNoadKind
Source§impl Debug for PortableNoadKind
impl Debug for PortableNoadKind
impl Eq for PortableNoadKind
Source§impl PartialEq for PortableNoadKind
impl PartialEq for PortableNoadKind
impl StructuralPartialEq for PortableNoadKind
Auto Trait Implementations§
impl Freeze for PortableNoadKind
impl RefUnwindSafe for PortableNoadKind
impl Send for PortableNoadKind
impl Sync for PortableNoadKind
impl Unpin for PortableNoadKind
impl UnsafeUnpin for PortableNoadKind
impl UnwindSafe for PortableNoadKind
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