pub enum NumberingStyle {
Arabic,
LowerRoman,
UpperRoman,
LowerAlpha,
UpperAlpha,
}
Expand description
The numbering style of a page label.
Variants§
Arabic
Arabic numerals.
LowerRoman
Lowercase Roman numerals.
UpperRoman
Uppercase Roman numerals.
LowerAlpha
Lowercase letters (a-z, then aa-zz, …).
UpperAlpha
Uppercase letters (A-Z, then AA-ZZ, …).
Trait Implementations§
source§impl Clone for NumberingStyle
impl Clone for NumberingStyle
source§fn clone(&self) -> NumberingStyle
fn clone(&self) -> NumberingStyle
Returns a copy of the value. Read more
1.6.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 NumberingStyle
impl Debug for NumberingStyle
source§impl Hash for NumberingStyle
impl Hash for NumberingStyle
source§impl PartialEq for NumberingStyle
impl PartialEq for NumberingStyle
impl Copy for NumberingStyle
impl Eq for NumberingStyle
impl StructuralPartialEq for NumberingStyle
Auto Trait Implementations§
impl Freeze for NumberingStyle
impl RefUnwindSafe for NumberingStyle
impl Send for NumberingStyle
impl Sync for NumberingStyle
impl Unpin for NumberingStyle
impl UnwindSafe for NumberingStyle
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
)