pub enum TargetCounterKind {
String(String),
Url(Url),
}Variants§
Trait Implementations§
Source§impl Clone for TargetCounterKind
impl Clone for TargetCounterKind
Source§fn clone(&self) -> TargetCounterKind
fn clone(&self) -> TargetCounterKind
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 TargetCounterKind
impl Debug for TargetCounterKind
Source§impl From<TargetCounterKind> for Cursor
impl From<TargetCounterKind> for Cursor
Source§fn from(value: TargetCounterKind) -> Cursor
fn from(value: TargetCounterKind) -> Cursor
Converts to this type from the input type.
Source§impl From<TargetCounterKind> for Token
impl From<TargetCounterKind> for Token
Source§fn from(value: TargetCounterKind) -> Token
fn from(value: TargetCounterKind) -> Token
Converts to this type from the input type.
Source§impl Hash for TargetCounterKind
impl Hash for TargetCounterKind
Source§impl Ord for TargetCounterKind
impl Ord for TargetCounterKind
Source§fn cmp(&self, other: &TargetCounterKind) -> Ordering
fn cmp(&self, other: &TargetCounterKind) -> 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 TargetCounterKind
impl<'a> Parse<'a> for TargetCounterKind
Source§impl PartialEq for TargetCounterKind
impl PartialEq for TargetCounterKind
Source§impl PartialOrd for TargetCounterKind
impl PartialOrd for TargetCounterKind
Source§impl<'a> Peek<'a> for TargetCounterKind
impl<'a> Peek<'a> for TargetCounterKind
Source§impl ToCursors for TargetCounterKind
impl ToCursors for TargetCounterKind
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for TargetCounterKind
impl Eq for TargetCounterKind
impl StructuralPartialEq for TargetCounterKind
Auto Trait Implementations§
impl Freeze for TargetCounterKind
impl RefUnwindSafe for TargetCounterKind
impl Send for TargetCounterKind
impl Sync for TargetCounterKind
impl Unpin for TargetCounterKind
impl UnwindSafe for TargetCounterKind
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