pub enum MathIndex {
Normal,
Lower,
}Expand description
Normal/lower index in math text.
Variants§
Trait Implementations§
impl Copy for MathIndex
impl Eq for MathIndex
impl StructuralPartialEq for MathIndex
Auto Trait Implementations§
impl Freeze for MathIndex
impl RefUnwindSafe for MathIndex
impl Send for MathIndex
impl Sync for MathIndex
impl Unpin for MathIndex
impl UnsafeUnpin for MathIndex
impl UnwindSafe for MathIndex
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