pub enum MathFormat {
LaTeX,
MathML,
AsciiMath,
}Expand description
Math format
Variants§
Trait Implementations§
Source§impl Clone for MathFormat
impl Clone for MathFormat
Source§fn clone(&self) -> MathFormat
fn clone(&self) -> MathFormat
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 MathFormat
impl Debug for MathFormat
Source§impl Default for MathFormat
impl Default for MathFormat
Source§fn default() -> MathFormat
fn default() -> MathFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MathFormat
impl<'de> Deserialize<'de> for MathFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MathFormat
impl PartialEq for MathFormat
Source§impl Serialize for MathFormat
impl Serialize for MathFormat
impl Copy for MathFormat
impl Eq for MathFormat
impl StructuralPartialEq for MathFormat
Auto Trait Implementations§
impl Freeze for MathFormat
impl RefUnwindSafe for MathFormat
impl Send for MathFormat
impl Sync for MathFormat
impl Unpin for MathFormat
impl UnwindSafe for MathFormat
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