pub enum MarkdownType {
H1,
H2,
H3,
P,
Strong,
Italic,
}Variants§
Trait Implementations§
Source§impl Clone for MarkdownType
impl Clone for MarkdownType
Source§fn clone(&self) -> MarkdownType
fn clone(&self) -> MarkdownType
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 MarkdownType
impl Debug for MarkdownType
Source§impl PartialEq for MarkdownType
impl PartialEq for MarkdownType
impl Copy for MarkdownType
impl StructuralPartialEq for MarkdownType
Auto Trait Implementations§
impl Freeze for MarkdownType
impl RefUnwindSafe for MarkdownType
impl Send for MarkdownType
impl Sync for MarkdownType
impl Unpin for MarkdownType
impl UnwindSafe for MarkdownType
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