Enum rust_texas::component::TextType
source · pub enum TextType {
Normal,
Bold,
Italic,
Underlined,
InlineMath,
DisplayMath,
Scope,
}Expand description
Italics and stuff. Also includes the mathy \(..\) and \[…\], as well as the Scope variant, \{…\} If y’all want more (like \textbb{}, \texttt{}, etc.) please put up an issue.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TextType
impl Send for TextType
impl Sync for TextType
impl Unpin for TextType
impl UnwindSafe for TextType
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