pub enum Variant {
Normal,
Bold,
Blackboard,
Calligraphic,
Fraktur,
Roman,
SansSerif,
Typewriter,
Text,
OperatorName,
}Expand description
Font or text variant.
Variants§
Normal
Normal math style.
Bold
Bold math style.
Blackboard
Blackboard bold math style.
Calligraphic
Calligraphic math style.
Fraktur
Fraktur math style.
Roman
Roman math style.
SansSerif
Sans serif math style.
Typewriter
Typewriter math style.
Text
Text mode style.
OperatorName
Operator name style.
Trait Implementations§
impl Copy for Variant
Source§impl<'de> Deserialize<'de> for Variant
impl<'de> Deserialize<'de> for Variant
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 Variant
impl StructuralPartialEq for Variant
Auto Trait Implementations§
impl Freeze for Variant
impl RefUnwindSafe for Variant
impl Send for Variant
impl Sync for Variant
impl Unpin for Variant
impl UnsafeUnpin for Variant
impl UnwindSafe for Variant
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