[−][src]Struct cadence::MetricError
Error generated by this library potentially wrapping another
type of error (exposed via the Error trait).
Implementations
impl MetricError[src]
Trait Implementations
impl Debug for MetricError[src]
impl Display for MetricError[src]
impl Error for MetricError[src]
pub fn source(&self) -> Option<&(dyn Error + 'static)>[src]
pub fn description(&self) -> &str[src]
pub fn cause(&self) -> Option<&dyn Error>[src]
pub fn backtrace(&self) -> Option<&Backtrace>[src]
impl From<(ErrorKind, &'static str)> for MetricError[src]
impl From<Error> for MetricError[src]
pub fn from(err: Error) -> MetricError[src]
Auto Trait Implementations
impl !RefUnwindSafe for MetricError[src]
impl Send for MetricError[src]
impl Sync for MetricError[src]
impl Unpin for MetricError[src]
impl !UnwindSafe for MetricError[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,