Struct solana_metrics::counter::CounterPoint
source · [−]pub struct CounterPoint {
pub name: &'static str,
pub count: i64,
pub timestamp: SystemTime,
}
Fields
name: &'static str
count: i64
timestamp: SystemTime
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
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more