pub enum BulletListType {
Ast,
Plus,
Minus,
Bullet,
TriBullet,
HyphenBullet,
}
Variants§
Auto Trait Implementations§
impl Freeze for BulletListType
impl RefUnwindSafe for BulletListType
impl Send for BulletListType
impl Sync for BulletListType
impl Unpin for BulletListType
impl UnwindSafe for BulletListType
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