pub enum PredefinedCounter {
Show 42 variants
Decimal(Ident),
DecimalLeadingZero(Ident),
ArabicIndic(Ident),
Armenian(Ident),
UpperArmenian(Ident),
LowerArmenian(Ident),
Bengali(Ident),
Cambodian(Ident),
Khmer(Ident),
CjkDecimal(Ident),
Devanagari(Ident),
Georgian(Ident),
Gujarati(Ident),
Gurmukhi(Ident),
Hebrew(Ident),
Kannada(Ident),
Lao(Ident),
Malayalam(Ident),
Mongolian(Ident),
Myanmar(Ident),
Oriya(Ident),
Persian(Ident),
LowerRoman(Ident),
UpperRoman(Ident),
Tamil(Ident),
Telugu(Ident),
Thai(Ident),
Tibetan(Ident),
LowerAlpha(Ident),
UpperAlpha(Ident),
UpperLatin(Ident),
LowerGreek(Ident),
Hiragana(Ident),
HiraganaIroha(Ident),
Katakana(Ident),
KatakanaIroha(Ident),
Disc(Ident),
Square(Ident),
DisclousureOpen(Ident),
DisclousureClosed(Ident),
CjkEarthlyBranch(Ident),
CjkHeavenlyStem(Ident),
}Variants§
Decimal(Ident)
DecimalLeadingZero(Ident)
ArabicIndic(Ident)
Armenian(Ident)
UpperArmenian(Ident)
LowerArmenian(Ident)
Bengali(Ident)
Cambodian(Ident)
Khmer(Ident)
CjkDecimal(Ident)
Devanagari(Ident)
Georgian(Ident)
Gujarati(Ident)
Gurmukhi(Ident)
Hebrew(Ident)
Kannada(Ident)
Lao(Ident)
Malayalam(Ident)
Mongolian(Ident)
Myanmar(Ident)
Oriya(Ident)
Persian(Ident)
LowerRoman(Ident)
UpperRoman(Ident)
Tamil(Ident)
Telugu(Ident)
Thai(Ident)
Tibetan(Ident)
LowerAlpha(Ident)
UpperAlpha(Ident)
UpperLatin(Ident)
LowerGreek(Ident)
Hiragana(Ident)
HiraganaIroha(Ident)
Katakana(Ident)
KatakanaIroha(Ident)
Disc(Ident)
Square(Ident)
DisclousureOpen(Ident)
DisclousureClosed(Ident)
CjkEarthlyBranch(Ident)
CjkHeavenlyStem(Ident)
Trait Implementations§
Source§impl Clone for PredefinedCounter
impl Clone for PredefinedCounter
Source§fn clone(&self) -> PredefinedCounter
fn clone(&self) -> PredefinedCounter
Returns a duplicate 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 PredefinedCounter
impl Debug for PredefinedCounter
Source§impl Hash for PredefinedCounter
impl Hash for PredefinedCounter
Source§impl Ord for PredefinedCounter
impl Ord for PredefinedCounter
Source§fn cmp(&self, other: &PredefinedCounter) -> Ordering
fn cmp(&self, other: &PredefinedCounter) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for PredefinedCounter
impl<'a> Parse<'a> for PredefinedCounter
Source§impl PartialEq for PredefinedCounter
impl PartialEq for PredefinedCounter
Source§impl PartialOrd for PredefinedCounter
impl PartialOrd for PredefinedCounter
Source§impl<'a> Peek<'a> for PredefinedCounter
impl<'a> Peek<'a> for PredefinedCounter
Source§impl ToCursors for PredefinedCounter
impl ToCursors for PredefinedCounter
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for PredefinedCounter
impl StructuralPartialEq for PredefinedCounter
Auto Trait Implementations§
impl Freeze for PredefinedCounter
impl RefUnwindSafe for PredefinedCounter
impl Send for PredefinedCounter
impl Sync for PredefinedCounter
impl Unpin for PredefinedCounter
impl UnwindSafe for PredefinedCounter
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