pub enum StemNotation {
Latexmath,
Asciimath,
}Expand description
Notation type for mathematical expressions.
Variants§
Trait Implementations§
Source§impl Clone for StemNotation
impl Clone for StemNotation
Source§fn clone(&self) -> StemNotation
fn clone(&self) -> StemNotation
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 StemNotation
impl Debug for StemNotation
Source§impl<'de> Deserialize<'de> for StemNotation
impl<'de> Deserialize<'de> for StemNotation
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 Display for StemNotation
impl Display for StemNotation
Source§impl FromStr for StemNotation
impl FromStr for StemNotation
Source§impl PartialEq for StemNotation
impl PartialEq for StemNotation
Source§impl Serialize for StemNotation
impl Serialize for StemNotation
impl StructuralPartialEq for StemNotation
Auto Trait Implementations§
impl Freeze for StemNotation
impl RefUnwindSafe for StemNotation
impl Send for StemNotation
impl Sync for StemNotation
impl Unpin for StemNotation
impl UnwindSafe for StemNotation
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