pub enum ConstantFormat {
Decimal,
Binary,
Octal,
Hex,
}Variants§
Trait Implementations§
Source§impl Clone for ConstantFormat
impl Clone for ConstantFormat
Source§fn clone(&self) -> ConstantFormat
fn clone(&self) -> ConstantFormat
Returns a duplicate 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 ConstantFormat
impl Debug for ConstantFormat
Source§impl Default for ConstantFormat
impl Default for ConstantFormat
Source§fn default() -> ConstantFormat
fn default() -> ConstantFormat
Returns the “default value” for a type. Read more
impl Copy for ConstantFormat
Auto Trait Implementations§
impl Freeze for ConstantFormat
impl RefUnwindSafe for ConstantFormat
impl Send for ConstantFormat
impl Sync for ConstantFormat
impl Unpin for ConstantFormat
impl UnwindSafe for ConstantFormat
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