pub enum ThemeElement {
Show 22 variants
Text,
TextLight,
H1,
H2,
H3,
H4,
H5,
H6,
Code,
CodeBlock,
Quote,
Link,
Emphasis,
Strong,
Strikethrough,
Underline,
Border,
ListMarker,
TableHeader,
TableBorder,
Error,
Warning,
}Variants§
Text
TextLight
H1
H2
H3
H4
H5
H6
Code
CodeBlock
Quote
Link
Emphasis
Strong
Strikethrough
Underline
Border
ListMarker
TableHeader
TableBorder
Error
Warning
Trait Implementations§
Source§impl Clone for ThemeElement
impl Clone for ThemeElement
Source§fn clone(&self) -> ThemeElement
fn clone(&self) -> ThemeElement
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 moreimpl Copy for ThemeElement
Source§impl Debug for ThemeElement
impl Debug for ThemeElement
Source§impl PartialEq for ThemeElement
impl PartialEq for ThemeElement
impl StructuralPartialEq for ThemeElement
Auto Trait Implementations§
impl Freeze for ThemeElement
impl RefUnwindSafe for ThemeElement
impl Send for ThemeElement
impl Sync for ThemeElement
impl Unpin for ThemeElement
impl UnsafeUnpin for ThemeElement
impl UnwindSafe for ThemeElement
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