#[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§
impl Copy for ListStyle
impl Eq for ListStyle
impl StructuralPartialEq for ListStyle
Auto Trait Implementations§
impl Freeze for ListStyle
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
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
)