pub struct DsaScore(pub f32);Expand description
DSA score value — a dimensionless accumulation metric ∈ [0, 5.0].
Tuple Fields§
§0: f32Implementations§
Trait Implementations§
impl Copy for DsaScore
impl StructuralPartialEq for DsaScore
Auto Trait Implementations§
impl Freeze for DsaScore
impl RefUnwindSafe for DsaScore
impl Send for DsaScore
impl Sync for DsaScore
impl Unpin for DsaScore
impl UnsafeUnpin for DsaScore
impl UnwindSafe for DsaScore
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