Struct sentry_core::metrics::ParseMetricError
source · pub struct ParseMetricError(/* private fields */);
Expand description
Error emitted from Metric::parse_statsd
for invalid metric strings.
Trait Implementations§
source§impl Debug for ParseMetricError
impl Debug for ParseMetricError
source§impl Display for ParseMetricError
impl Display for ParseMetricError
source§impl Error for ParseMetricError
impl Error for ParseMetricError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for ParseMetricError
impl RefUnwindSafe for ParseMetricError
impl Send for ParseMetricError
impl Sync for ParseMetricError
impl Unpin for ParseMetricError
impl UnwindSafe for ParseMetricError
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