pub enum NumBase {
Hex,
Dec,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for NumBase
impl StructuralPartialEq for NumBase
Auto Trait Implementations§
impl Freeze for NumBase
impl RefUnwindSafe for NumBase
impl Send for NumBase
impl Sync for NumBase
impl Unpin for NumBase
impl UnwindSafe for NumBase
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