pub struct CounterStyleName(/* private fields */);Trait Implementations§
Source§impl Clone for CounterStyleName
impl Clone for CounterStyleName
Source§fn clone(&self) -> CounterStyleName
fn clone(&self) -> CounterStyleName
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 CounterStyleName
impl Debug for CounterStyleName
Source§impl From<CounterStyleName> for Cursor
impl From<CounterStyleName> for Cursor
Source§fn from(value: CounterStyleName) -> Cursor
fn from(value: CounterStyleName) -> Cursor
Converts to this type from the input type.
Source§impl From<CounterStyleName> for Token
impl From<CounterStyleName> for Token
Source§fn from(value: CounterStyleName) -> Token
fn from(value: CounterStyleName) -> Token
Converts to this type from the input type.
Source§impl Hash for CounterStyleName
impl Hash for CounterStyleName
Source§impl Ord for CounterStyleName
impl Ord for CounterStyleName
Source§fn cmp(&self, other: &CounterStyleName) -> Ordering
fn cmp(&self, other: &CounterStyleName) -> 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 CounterStyleName
impl<'a> Parse<'a> for CounterStyleName
Source§impl PartialEq for CounterStyleName
impl PartialEq for CounterStyleName
Source§impl PartialOrd for CounterStyleName
impl PartialOrd for CounterStyleName
Source§impl<'a> Peek<'a> for CounterStyleName
impl<'a> Peek<'a> for CounterStyleName
Source§impl SemanticEq for CounterStyleName
impl SemanticEq for CounterStyleName
Source§fn semantic_eq(&self, other: &Self) -> bool
fn semantic_eq(&self, other: &Self) -> bool
Returns
true if self and other are semantically equal.Source§impl ToCursors for CounterStyleName
impl ToCursors for CounterStyleName
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for CounterStyleName
impl Eq for CounterStyleName
impl StructuralPartialEq for CounterStyleName
Auto Trait Implementations§
impl Freeze for CounterStyleName
impl RefUnwindSafe for CounterStyleName
impl Send for CounterStyleName
impl Sync for CounterStyleName
impl Unpin for CounterStyleName
impl UnwindSafe for CounterStyleName
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