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