pub struct MinValue(pub f64);Expand description
Fails if the value cannot be parsed as f64 or is less than n.
Tuple Fields§
§0: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for MinValue
impl RefUnwindSafe for MinValue
impl Send for MinValue
impl Sync for MinValue
impl Unpin for MinValue
impl UnsafeUnpin for MinValue
impl UnwindSafe for MinValue
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