pub enum Math {
Before,
After,
}
Expand description
A marker placed before or after math mode.
Described in TeX.2021.147.
Variants§
Trait Implementations§
source§impl From<Math> for Horizontal
impl From<Math> for Horizontal
impl Eq for Math
impl StructuralPartialEq for Math
Auto Trait Implementations§
impl Freeze for Math
impl RefUnwindSafe for Math
impl Send for Math
impl Sync for Math
impl Unpin for Math
impl UnwindSafe for Math
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