pub enum PerfKey {
Endpoint(String),
Timer(String),
}Expand description
PerfKey splitting up by Timer type to avoid confusing string comparisons
Variants§
Trait Implementations§
Source§impl CandidType for PerfKey
impl CandidType for PerfKey
Source§impl<'de> Deserialize<'de> for PerfKey
impl<'de> Deserialize<'de> for PerfKey
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for PerfKey
impl Ord for PerfKey
Source§impl PartialOrd for PerfKey
impl PartialOrd for PerfKey
impl Eq for PerfKey
impl StructuralPartialEq for PerfKey
Auto Trait Implementations§
impl Freeze for PerfKey
impl RefUnwindSafe for PerfKey
impl Send for PerfKey
impl Sync for PerfKey
impl Unpin for PerfKey
impl UnwindSafe for PerfKey
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