pub enum EnumeratedListType {
Arabic,
LowerAlpha,
UpperAlpha,
LowerRoman,
UpperRoman,
}
Variants§
Trait Implementations§
Source§impl Clone for EnumeratedListType
impl Clone for EnumeratedListType
Source§fn clone(&self) -> EnumeratedListType
fn clone(&self) -> EnumeratedListType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EnumeratedListType
impl Debug for EnumeratedListType
Source§impl Hash for EnumeratedListType
impl Hash for EnumeratedListType
Source§impl PartialEq for EnumeratedListType
impl PartialEq for EnumeratedListType
Source§impl Serialize for EnumeratedListType
impl Serialize for EnumeratedListType
impl Eq for EnumeratedListType
impl StructuralPartialEq for EnumeratedListType
Auto Trait Implementations§
impl Freeze for EnumeratedListType
impl RefUnwindSafe for EnumeratedListType
impl Send for EnumeratedListType
impl Sync for EnumeratedListType
impl Unpin for EnumeratedListType
impl UnwindSafe for EnumeratedListType
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