pub enum DefinitionListItemType {
Details,
Term,
}Expand description
Identifier for the type of a definition list item.
Variants§
Trait Implementations§
Source§impl Clone for DefinitionListItemType
impl Clone for DefinitionListItemType
Source§fn clone(&self) -> DefinitionListItemType
fn clone(&self) -> DefinitionListItemType
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 DefinitionListItemType
impl Debug for DefinitionListItemType
Source§impl Hash for DefinitionListItemType
impl Hash for DefinitionListItemType
Source§impl PartialEq for DefinitionListItemType
impl PartialEq for DefinitionListItemType
impl Copy for DefinitionListItemType
impl Eq for DefinitionListItemType
impl StructuralPartialEq for DefinitionListItemType
Auto Trait Implementations§
impl Freeze for DefinitionListItemType
impl RefUnwindSafe for DefinitionListItemType
impl Send for DefinitionListItemType
impl Sync for DefinitionListItemType
impl Unpin for DefinitionListItemType
impl UnwindSafe for DefinitionListItemType
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