Struct metrics::SetRecorderError
source · pub struct SetRecorderError(/* private fields */);
Expand description
The type returned by set_recorder
if set_recorder
has already been called.
Trait Implementations§
source§impl Debug for SetRecorderError
impl Debug for SetRecorderError
source§impl Display for SetRecorderError
impl Display for SetRecorderError
source§impl Error for SetRecorderError
impl Error for SetRecorderError
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)>
The lower-level source of this error, if any. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SetRecorderError
impl Send for SetRecorderError
impl Sync for SetRecorderError
impl Unpin for SetRecorderError
impl UnwindSafe for SetRecorderError
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