pub enum StyleStr {
Display,
Text,
Script,
Scriptscript,
}Expand description
Style string for \displaystyle, \textstyle etc.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StyleStr
impl<'de> Deserialize<'de> for StyleStr
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 Copy for StyleStr
impl Eq for StyleStr
impl StructuralPartialEq for StyleStr
Auto Trait Implementations§
impl Freeze for StyleStr
impl RefUnwindSafe for StyleStr
impl Send for StyleStr
impl Sync for StyleStr
impl Unpin for StyleStr
impl UnsafeUnpin for StyleStr
impl UnwindSafe for StyleStr
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