pub struct AsciiNumber(/* private fields */);Expand description
Tool that returns an integer with the specified basis (from 2 to 36 as specified by
to_digit.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsciiNumber
impl RefUnwindSafe for AsciiNumber
impl Send for AsciiNumber
impl Sync for AsciiNumber
impl Unpin for AsciiNumber
impl UnsafeUnpin for AsciiNumber
impl UnwindSafe for AsciiNumber
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