Enum nydus_api::http::MetricsErrorKind
source · [−]pub enum MetricsErrorKind {
Daemon(DaemonErrorKind),
Stats(IoStatsError),
}Expand description
Kinds for metrics related error messages.
Variants
Daemon(DaemonErrorKind)
Generic daemon related errors.
Stats(IoStatsError)
Errors related to metrics implementation.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for MetricsErrorKind
impl Send for MetricsErrorKind
impl Sync for MetricsErrorKind
impl Unpin for MetricsErrorKind
impl !UnwindSafe for MetricsErrorKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more