pub enum BugId {
ID001,
ID002,
ID003,
ID004,
ID005,
ID006,
ID007,
}
Expand description
Unique bug identifier
Variants§
Trait Implementations§
source§impl PartialEq<BugId> for BugId
impl PartialEq<BugId> for BugId
impl Copy for BugId
impl Eq for BugId
impl StructuralEq for BugId
impl StructuralPartialEq for BugId
Auto Trait Implementations§
impl RefUnwindSafe for BugId
impl Send for BugId
impl Sync for BugId
impl Unpin for BugId
impl UnwindSafe for BugId
Blanket Implementations§
source§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
source§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more