Struct solana_metrics::counter::CounterPoint [−][src]
Fields
name: &'static str
count: i64
timestamp: u64
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CounterPoint
impl Send for CounterPoint
impl Sync for CounterPoint
impl Unpin for CounterPoint
impl UnwindSafe for CounterPoint
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V