Enum solana_metrics::metrics::MetricsCommand
source · enum MetricsCommand {
Flush(Arc<Barrier>),
Submit(DataPoint, Level),
SubmitCounter(CounterPoint, Level, u64),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MetricsCommand
impl Send for MetricsCommand
impl Sync for MetricsCommand
impl Unpin for MetricsCommand
impl UnwindSafe for MetricsCommand
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