#[repr(u8)]pub enum ListStyle {
Circle = 0,
Disc = 1,
Image = 2,
Numeric = 3,
Square = 4,
Other = 5,
}
Variants§
Circle = 0
Disc = 1
Image = 2
Numeric = 3
Square = 4
Other = 5
Language specific ordering (alpha, roman, cjk-ideographic, etc…)
Trait Implementations§
source§impl PartialEq for ListStyle
impl PartialEq for ListStyle
impl Copy for ListStyle
impl Eq for ListStyle
impl StructuralEq for ListStyle
impl StructuralPartialEq for ListStyle
Auto Trait Implementations§
impl RefUnwindSafe for ListStyle
impl Send for ListStyle
impl Sync for ListStyle
impl Unpin for ListStyle
impl UnwindSafe for ListStyle
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