pub enum EnumKind {
Arabic,
LowerAlpha,
UpperAlpha,
LowerRoman,
UpperRoman,
Automatic,
}Expand description
List enumerator labels can be Arabic numerals, lower- or upper-case alphet a--z or A--Z,
or lower- or upper-case Roman numerals between 1--4999.
Variants§
Trait Implementations§
impl Copy for EnumKind
impl StructuralPartialEq for EnumKind
Auto Trait Implementations§
impl Freeze for EnumKind
impl RefUnwindSafe for EnumKind
impl Send for EnumKind
impl Sync for EnumKind
impl Unpin for EnumKind
impl UnwindSafe for EnumKind
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