Enum jotdown::ListBulletType
source · pub enum ListBulletType {
Dash,
Star,
Plus,
}Expand description
Character used to create an unordered list item.
Variants§
Trait Implementations§
source§impl Clone for ListBulletType
impl Clone for ListBulletType
source§fn clone(&self) -> ListBulletType
fn clone(&self) -> ListBulletType
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 ListBulletType
impl Debug for ListBulletType
source§impl From<ListBulletType> for char
impl From<ListBulletType> for char
source§fn from(t: ListBulletType) -> Self
fn from(t: ListBulletType) -> Self
Converts to this type from the input type.
source§impl From<ListBulletType> for u8
impl From<ListBulletType> for u8
source§fn from(t: ListBulletType) -> Self
fn from(t: ListBulletType) -> Self
Converts to this type from the input type.
source§impl PartialEq for ListBulletType
impl PartialEq for ListBulletType
source§impl TryFrom<char> for ListBulletType
impl TryFrom<char> for ListBulletType
source§impl TryFrom<u8> for ListBulletType
impl TryFrom<u8> for ListBulletType
impl Copy for ListBulletType
impl Eq for ListBulletType
impl StructuralPartialEq for ListBulletType
Auto Trait Implementations§
impl Freeze for ListBulletType
impl RefUnwindSafe for ListBulletType
impl Send for ListBulletType
impl Sync for ListBulletType
impl Unpin for ListBulletType
impl UnwindSafe for ListBulletType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)