pub enum BugId {
ID001,
ID002,
ID003,
ID004,
ID005,
ID006,
}
Expand description
Unique bug identifier
Variants
ID001
ID002
ID003
ID004
ID005
ID006
Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more