pub enum CounterStyleIdent {
Show 56 variants
decimal,
decimal_leading_zero,
arabic_indic,
armenian,
upper_armenian,
lower_armenian,
bengali,
cambodian,
khmer,
cjk_decimal,
devanagari,
georgian,
gujarati,
gurmukhi,
hebrew,
kannada,
lao,
malayalam,
mongolian,
myanmar,
oriya,
persian,
lower_roman,
upper_roman,
tamil,
telugu,
thai,
tibetan,
lower_alpha,
lower_latin,
upper_alpha,
upper_latin,
cjk_earthly_branch,
cjk_heavenly_stem,
lower_greek,
hiragana,
hiragana_iroha,
katakana,
katakana_iroha,
disc,
circle,
square,
disclosure_open,
disclosure_closed,
japanese_informal,
japanese_formal,
korean_hangul_formal,
korean_hanja_informal,
korean_hanja_formal,
simp_chinese_informal,
simp_chinese_formal,
trad_chinese_informal,
trad_chinese_formal,
cjk_ideographic,
ethiopic_numeric,
Custom(String),
}
Variants§
decimal
decimal_leading_zero
arabic_indic
armenian
upper_armenian
lower_armenian
bengali
cambodian
khmer
cjk_decimal
devanagari
georgian
gujarati
gurmukhi
hebrew
kannada
lao
malayalam
mongolian
myanmar
oriya
persian
lower_roman
upper_roman
tamil
telugu
thai
tibetan
lower_alpha
lower_latin
upper_alpha
upper_latin
cjk_earthly_branch
cjk_heavenly_stem
lower_greek
hiragana
hiragana_iroha
katakana
katakana_iroha
disc
circle
square
disclosure_open
disclosure_closed
japanese_informal
japanese_formal
korean_hangul_formal
korean_hanja_informal
korean_hanja_formal
simp_chinese_informal
simp_chinese_formal
trad_chinese_informal
trad_chinese_formal
cjk_ideographic
ethiopic_numeric
Custom(String)
Implementations§
Source§impl CounterStyleIdent
impl CounterStyleIdent
pub fn is_not_allowed_in_counter_style_at_rule(&self) -> bool
pub fn from_ident(anyCaseIdent: &str) -> Result<Self, ()>
Trait Implementations§
Source§impl Clone for CounterStyleIdent
impl Clone for CounterStyleIdent
Source§fn clone(&self) -> CounterStyleIdent
fn clone(&self) -> CounterStyleIdent
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 CounterStyleIdent
impl Debug for CounterStyleIdent
Source§impl Hash for CounterStyleIdent
impl Hash for CounterStyleIdent
Source§impl Ord for CounterStyleIdent
impl Ord for CounterStyleIdent
Source§fn cmp(&self, other: &CounterStyleIdent) -> Ordering
fn cmp(&self, other: &CounterStyleIdent) -> 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 PartialEq for CounterStyleIdent
impl PartialEq for CounterStyleIdent
Source§impl PartialOrd for CounterStyleIdent
impl PartialOrd for CounterStyleIdent
Source§impl ToCss for CounterStyleIdent
impl ToCss for CounterStyleIdent
impl Eq for CounterStyleIdent
impl StructuralPartialEq for CounterStyleIdent
Auto Trait Implementations§
impl Freeze for CounterStyleIdent
impl RefUnwindSafe for CounterStyleIdent
impl Send for CounterStyleIdent
impl Sync for CounterStyleIdent
impl Unpin for CounterStyleIdent
impl UnwindSafe for CounterStyleIdent
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