#[repr(transparent)]pub struct AnomalyId(pub u64);Expand description
A unique anomaly identifier produced by analysis.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for AnomalyId
impl Eq for AnomalyId
impl StructuralPartialEq for AnomalyId
Auto Trait Implementations§
impl Freeze for AnomalyId
impl RefUnwindSafe for AnomalyId
impl Send for AnomalyId
impl Sync for AnomalyId
impl Unpin for AnomalyId
impl UnsafeUnpin for AnomalyId
impl UnwindSafe for AnomalyId
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