pub enum EnumListChar {
Arabic,
AlphaUpper,
AlphaLower,
RomanUpper,
RomanLower,
Auto,
}
Variants§
Auto Trait Implementations§
impl Freeze for EnumListChar
impl RefUnwindSafe for EnumListChar
impl Send for EnumListChar
impl Sync for EnumListChar
impl Unpin for EnumListChar
impl UnwindSafe for EnumListChar
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