pub enum ListType {
Bullet,
Ordered,
}
Expand description
The type of list.
Variants§
Trait Implementations§
source§impl PartialEq for ListType
impl PartialEq for ListType
impl Copy for ListType
impl Eq for ListType
impl StructuralEq for ListType
impl StructuralPartialEq for ListType
Auto Trait Implementations§
impl RefUnwindSafe for ListType
impl Send for ListType
impl Sync for ListType
impl Unpin for ListType
impl UnwindSafe for ListType
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