pub struct CharacterAttributes {
pub mathvariant: Option<String>,
pub tex_class: Option<String>,
pub stretchy: Option<bool>,
pub move_sup_sub: Option<bool>,
pub large_op: Option<bool>,
}Fields§
§mathvariant: Option<String>§tex_class: Option<String>§stretchy: Option<bool>§move_sup_sub: Option<bool>§large_op: Option<bool>Trait Implementations§
Source§impl Clone for CharacterAttributes
impl Clone for CharacterAttributes
Source§fn clone(&self) -> CharacterAttributes
fn clone(&self) -> CharacterAttributes
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 moreSource§impl Debug for CharacterAttributes
impl Debug for CharacterAttributes
Source§impl Default for CharacterAttributes
impl Default for CharacterAttributes
Source§fn default() -> CharacterAttributes
fn default() -> CharacterAttributes
Returns the “default value” for a type. Read more
impl Eq for CharacterAttributes
Source§impl From<BuiltinCharacterAttributes> for CharacterAttributes
impl From<BuiltinCharacterAttributes> for CharacterAttributes
Source§fn from(value: BuiltinCharacterAttributes) -> Self
fn from(value: BuiltinCharacterAttributes) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CharacterAttributes
impl PartialEq for CharacterAttributes
Source§fn eq(&self, other: &CharacterAttributes) -> bool
fn eq(&self, other: &CharacterAttributes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CharacterAttributes
Auto Trait Implementations§
impl Freeze for CharacterAttributes
impl RefUnwindSafe for CharacterAttributes
impl Send for CharacterAttributes
impl Sync for CharacterAttributes
impl Unpin for CharacterAttributes
impl UnsafeUnpin for CharacterAttributes
impl UnwindSafe for CharacterAttributes
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.