pub enum MathExpressionNotation {
InlineDollar,
DisplayDollar,
InlineParen,
DisplayBracket,
}Variants§
Trait Implementations§
Source§impl Clone for MathExpressionNotation
impl Clone for MathExpressionNotation
Source§fn clone(&self) -> MathExpressionNotation
fn clone(&self) -> MathExpressionNotation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MathExpressionNotation
Source§impl Debug for MathExpressionNotation
impl Debug for MathExpressionNotation
Source§impl<'de> Deserialize<'de> for MathExpressionNotation
impl<'de> Deserialize<'de> for MathExpressionNotation
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
impl Eq for MathExpressionNotation
Source§impl PartialEq for MathExpressionNotation
impl PartialEq for MathExpressionNotation
Source§impl Serialize for MathExpressionNotation
impl Serialize for MathExpressionNotation
impl StructuralPartialEq for MathExpressionNotation
Auto Trait Implementations§
impl Freeze for MathExpressionNotation
impl RefUnwindSafe for MathExpressionNotation
impl Send for MathExpressionNotation
impl Sync for MathExpressionNotation
impl Unpin for MathExpressionNotation
impl UnsafeUnpin for MathExpressionNotation
impl UnwindSafe for MathExpressionNotation
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