Enum ListStyleType
enum ListStyleType
Options for bulleted list redering in markdown. See link_style in RenderOptions for more details.
Variants
-
Dash The
-character-
Plus The
+character-
Star The
*character
Implementations
impl Clone for ListStyleType
fn clone(self: &Self) -> ListStyleType
impl Copy for ListStyleType
impl Debug for ListStyleType
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Default for ListStyleType
fn default() -> ListStyleType
impl Freeze for ListStyleType
impl RefUnwindSafe for ListStyleType
impl Send for ListStyleType
impl Sync for ListStyleType
impl Unpin for ListStyleType
impl UnsafeUnpin for ListStyleType
impl UnwindSafe for ListStyleType
impl<T> Any for ListStyleType
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ListStyleType
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ListStyleType
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for ListStyleType
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for ListStyleType
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for ListStyleType
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for ListStyleType
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for ListStyleType
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ListStyleType
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>