pub enum IntegerBase {
Binary,
Octal,
Decimal,
Hexadecimal,
}
Expand description
The bases in which an integer can be specified.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for IntegerBase
impl Clone for IntegerBase
source§fn clone(&self) -> IntegerBase
fn clone(&self) -> IntegerBase
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IntegerBase
impl Debug for IntegerBase
source§impl PartialEq for IntegerBase
impl PartialEq for IntegerBase
impl Copy for IntegerBase
impl Eq for IntegerBase
impl StructuralPartialEq for IntegerBase
Auto Trait Implementations§
impl Freeze for IntegerBase
impl RefUnwindSafe for IntegerBase
impl Send for IntegerBase
impl Sync for IntegerBase
impl Unpin for IntegerBase
impl UnwindSafe for IntegerBase
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)