pub struct Value01;Expand description
Witness credential for a value validated to be finite and in [0, 1].
Implementations§
Auto Trait Implementations§
impl Freeze for Value01
impl RefUnwindSafe for Value01
impl Send for Value01
impl Sync for Value01
impl Unpin for Value01
impl UnsafeUnpin for Value01
impl UnwindSafe for Value01
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