Enum glean_core::traits::NoExtraKeys
source · pub enum NoExtraKeys {}Expand description
Default of no extra keys for events.
An enum with no values for convenient use as the default set of extra keys
that an EventMetric can accept.
Note: There exist no values for this enum, it can never exist.
It its equivalent to the never / ! type.
Trait Implementations§
source§impl Clone for NoExtraKeys
impl Clone for NoExtraKeys
source§fn clone(&self) -> NoExtraKeys
fn clone(&self) -> NoExtraKeys
Returns a copy 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 NoExtraKeys
impl Debug for NoExtraKeys
source§impl ExtraKeys for NoExtraKeys
impl ExtraKeys for NoExtraKeys
source§impl Hash for NoExtraKeys
impl Hash for NoExtraKeys
source§impl PartialEq<NoExtraKeys> for NoExtraKeys
impl PartialEq<NoExtraKeys> for NoExtraKeys
source§fn eq(&self, other: &NoExtraKeys) -> bool
fn eq(&self, other: &NoExtraKeys) -> bool
This method tests for
self and other values to be equal, and is used
by ==.