pub enum AtomFamily {
Bin,
Close,
Inner,
Open,
Punct,
Rel,
}Expand description
Atom family: determines spacing behavior. Matches KaTeX’s Atom type.
Variants§
Trait Implementations§
Source§impl Clone for AtomFamily
impl Clone for AtomFamily
Source§fn clone(&self) -> AtomFamily
fn clone(&self) -> AtomFamily
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 AtomFamily
impl Debug for AtomFamily
Source§impl<'de> Deserialize<'de> for AtomFamily
impl<'de> Deserialize<'de> for AtomFamily
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 AtomFamily
impl PartialEq for AtomFamily
Source§impl Serialize for AtomFamily
impl Serialize for AtomFamily
impl Copy for AtomFamily
impl Eq for AtomFamily
impl StructuralPartialEq for AtomFamily
Auto Trait Implementations§
impl Freeze for AtomFamily
impl RefUnwindSafe for AtomFamily
impl Send for AtomFamily
impl Sync for AtomFamily
impl Unpin for AtomFamily
impl UnsafeUnpin for AtomFamily
impl UnwindSafe for AtomFamily
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