pub enum ListBulletKind {
Dash,
Star,
Plus,
}
Expand description
Concrete bullet character used for a bullet list.
Variants§
Trait Implementations§
Source§impl Clone for ListBulletKind
impl Clone for ListBulletKind
Source§fn clone(&self) -> ListBulletKind
fn clone(&self) -> ListBulletKind
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 ListBulletKind
impl Debug for ListBulletKind
Source§impl PartialEq for ListBulletKind
impl PartialEq for ListBulletKind
impl Copy for ListBulletKind
impl Eq for ListBulletKind
impl StructuralPartialEq for ListBulletKind
Auto Trait Implementations§
impl Freeze for ListBulletKind
impl RefUnwindSafe for ListBulletKind
impl Send for ListBulletKind
impl Sync for ListBulletKind
impl Unpin for ListBulletKind
impl UnwindSafe for ListBulletKind
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