pub struct V01;Expand description
Witness attached to values known to be valid for the normalized [0, 1]
scoring boundary.
Auto Trait Implementations§
impl Freeze for V01
impl RefUnwindSafe for V01
impl Send for V01
impl Sync for V01
impl Unpin for V01
impl UnsafeUnpin for V01
impl UnwindSafe for V01
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