Struct cadence::MetricError [−][src]
pub struct MetricError { /* fields omitted */ }Error generated by this library potentially wrapping another
type of error (exposed via the Error trait).
Methods
impl MetricError[src]
impl MetricErrorTrait Implementations
impl Debug for MetricError[src]
impl Debug for MetricErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for MetricError[src]
impl Display for MetricErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for MetricError[src]
impl Error for MetricErrorfn description(&self) -> &str[src]
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>[src]
fn cause(&self) -> Option<&Error>The lower-level cause of this error, if any. Read more
impl From<Error> for MetricError[src]
impl From<Error> for MetricErrorfn from(err: Error) -> MetricError[src]
fn from(err: Error) -> MetricErrorPerforms the conversion.
impl From<(ErrorKind, &'static str)> for MetricError[src]
impl From<(ErrorKind, &'static str)> for MetricErrorAuto Trait Implementations
impl Send for MetricError
impl Send for MetricErrorimpl Sync for MetricError
impl Sync for MetricError