pub struct HistogramErr(/* private fields */);
Expand description
Catch-all error return.
Something went wrong.
Trait Implementations§
Source§impl Clone for HistogramErr
impl Clone for HistogramErr
Source§fn clone(&self) -> HistogramErr
fn clone(&self) -> HistogramErr
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HistogramErr
impl Debug for HistogramErr
Source§impl Display for HistogramErr
impl Display for HistogramErr
Source§impl Error for HistogramErr
impl Error for HistogramErr
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
impl Copy for HistogramErr
Auto Trait Implementations§
impl Freeze for HistogramErr
impl RefUnwindSafe for HistogramErr
impl Send for HistogramErr
impl Sync for HistogramErr
impl Unpin for HistogramErr
impl UnwindSafe for HistogramErr
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