Enum comrak::ListStyleType
source · pub enum ListStyleType {
Dash = 45,
Plus = 43,
Star = 42,
}
Expand description
Options for bulleted list redering in markdown. See link_style
in RenderOptions for more details.
Variants§
Trait Implementations§
source§impl Clone for ListStyleType
impl Clone for ListStyleType
source§fn clone(&self) -> ListStyleType
fn clone(&self) -> ListStyleType
Returns a copy 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 ListStyleType
impl Debug for ListStyleType
source§impl Default for ListStyleType
impl Default for ListStyleType
impl Copy for ListStyleType
Auto Trait Implementations§
impl RefUnwindSafe for ListStyleType
impl Send for ListStyleType
impl Sync for ListStyleType
impl Unpin for ListStyleType
impl UnwindSafe for ListStyleType
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