pub struct StaticDigit { /* private fields */ }
Expand description
Generic number expression with variable base
Implementations§
Trait Implementations§
impl Copy for Digit
impl Eq for Digit
impl StructuralPartialEq for Digit
Auto Trait Implementations§
impl Freeze for Digit
impl RefUnwindSafe for Digit
impl Send for Digit
impl Sync for Digit
impl Unpin for Digit
impl UnwindSafe for Digit
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