pub enum MetricsErrorKind {
Daemon(DaemonErrorKind),
Stats(MetricsError),
}Expand description
Kinds for metrics related error messages.
Variants§
Daemon(DaemonErrorKind)
Generic daemon related errors.
Stats(MetricsError)
Errors related to metrics implementation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetricsErrorKind
impl !RefUnwindSafe for MetricsErrorKind
impl Send for MetricsErrorKind
impl Sync for MetricsErrorKind
impl Unpin for MetricsErrorKind
impl !UnwindSafe for MetricsErrorKind
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