pub enum NormalizedListKind {
Bullet,
Ordered,
Definition,
Column,
Plain,
}Expand description
Normalized mdoc list behavior copied independently of upstream enum values.
Variants§
Trait Implementations§
Source§impl Clone for NormalizedListKind
impl Clone for NormalizedListKind
Source§fn clone(&self) -> NormalizedListKind
fn clone(&self) -> NormalizedListKind
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 NormalizedListKind
Source§impl Debug for NormalizedListKind
impl Debug for NormalizedListKind
impl Eq for NormalizedListKind
Source§impl PartialEq for NormalizedListKind
impl PartialEq for NormalizedListKind
impl StructuralPartialEq for NormalizedListKind
Auto Trait Implementations§
impl Freeze for NormalizedListKind
impl RefUnwindSafe for NormalizedListKind
impl Send for NormalizedListKind
impl Sync for NormalizedListKind
impl Unpin for NormalizedListKind
impl UnsafeUnpin for NormalizedListKind
impl UnwindSafe for NormalizedListKind
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