pub enum ListMarkerStyle {
Dash,
Asterisk,
Plus,
Preserve,
}Expand description
Unordered-list bullet normalisation policy. Defaults to
Preserve: structural emit keeps each list’s source bullet.
Variants§
Trait Implementations§
Source§impl Clone for ListMarkerStyle
impl Clone for ListMarkerStyle
Source§fn clone(&self) -> ListMarkerStyle
fn clone(&self) -> ListMarkerStyle
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 moreSource§impl Debug for ListMarkerStyle
impl Debug for ListMarkerStyle
Source§impl PartialEq for ListMarkerStyle
impl PartialEq for ListMarkerStyle
Source§fn eq(&self, other: &ListMarkerStyle) -> bool
fn eq(&self, other: &ListMarkerStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ListMarkerStyle
impl Eq for ListMarkerStyle
impl StructuralPartialEq for ListMarkerStyle
Auto Trait Implementations§
impl Freeze for ListMarkerStyle
impl RefUnwindSafe for ListMarkerStyle
impl Send for ListMarkerStyle
impl Sync for ListMarkerStyle
impl Unpin for ListMarkerStyle
impl UnsafeUnpin for ListMarkerStyle
impl UnwindSafe for ListMarkerStyle
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