Struct drop_tracker::NotTrackedError
source · pub struct NotTrackedError;Expand description
Error returned when failing to query the status of an item with a key that is not known to DropTracker.
See DropTracker::try_state for more information and examples.
Trait Implementations§
source§impl Debug for NotTrackedError
impl Debug for NotTrackedError
source§impl Display for NotTrackedError
impl Display for NotTrackedError
source§impl Error for NotTrackedError
impl Error for NotTrackedError
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()
source§impl PartialEq<NotTrackedError> for NotTrackedError
impl PartialEq<NotTrackedError> for NotTrackedError
source§fn eq(&self, other: &NotTrackedError) -> bool
fn eq(&self, other: &NotTrackedError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.