pub enum ListItemKind {
Unordered,
Definition,
DefinitionTerm,
Ordered,
}Expand description
Types of markup a section of text may have.
Variants§
Trait Implementations§
Source§impl Clone for ListItemKind
impl Clone for ListItemKind
Source§fn clone(&self) -> ListItemKind
fn clone(&self) -> ListItemKind
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 ListItemKind
impl Debug for ListItemKind
Source§impl<'de> Deserialize<'de> for ListItemKind
impl<'de> Deserialize<'de> for ListItemKind
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 ListItemKind
impl PartialEq for ListItemKind
Source§impl Serialize for ListItemKind
impl Serialize for ListItemKind
impl Copy for ListItemKind
impl StructuralPartialEq for ListItemKind
Auto Trait Implementations§
impl Freeze for ListItemKind
impl RefUnwindSafe for ListItemKind
impl Send for ListItemKind
impl Sync for ListItemKind
impl Unpin for ListItemKind
impl UnwindSafe for ListItemKind
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