pub struct Roughly(pub f64);Expand description
Roughly is thirteen if it is in [12.5, 13.5).
Tuple Fields§
§0: f64Trait Implementations§
Source§impl IsThirteen for Roughly
impl IsThirteen for Roughly
impl Copy for Roughly
Auto Trait Implementations§
impl Freeze for Roughly
impl RefUnwindSafe for Roughly
impl Send for Roughly
impl Sync for Roughly
impl Unpin for Roughly
impl UnwindSafe for Roughly
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