pub(crate) struct Sol166 {}Expand description
166m Fraction to Recurring Decimal
Implementations§
Auto Trait Implementations§
impl Freeze for Sol166
impl RefUnwindSafe for Sol166
impl Send for Sol166
impl Sync for Sol166
impl Unpin for Sol166
impl UnsafeUnpin for Sol166
impl UnwindSafe for Sol166
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