pub enum MathSpacing {
Zero = 1,
ThreeMu = 2,
FourMu = 3,
FiveMu = 4,
}Variants§
Trait Implementations§
Source§impl Clone for MathSpacing
impl Clone for MathSpacing
Source§fn clone(&self) -> MathSpacing
fn clone(&self) -> MathSpacing
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MathSpacing
impl Debug for MathSpacing
Source§impl<'_derivative_strum> From<&'_derivative_strum MathSpacing> for &'static str
impl<'_derivative_strum> From<&'_derivative_strum MathSpacing> for &'static str
Source§fn from(x: &'_derivative_strum MathSpacing) -> &'static str
fn from(x: &'_derivative_strum MathSpacing) -> &'static str
Converts to this type from the input type.
Source§impl From<MathSpacing> for &'static str
impl From<MathSpacing> for &'static str
Source§fn from(x: MathSpacing) -> &'static str
fn from(x: MathSpacing) -> &'static str
Converts to this type from the input type.
Source§impl PartialEq for MathSpacing
impl PartialEq for MathSpacing
impl Copy for MathSpacing
impl StructuralPartialEq for MathSpacing
Auto Trait Implementations§
impl Freeze for MathSpacing
impl RefUnwindSafe for MathSpacing
impl Send for MathSpacing
impl Sync for MathSpacing
impl Unpin for MathSpacing
impl UnwindSafe for MathSpacing
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