pub enum IntegerRepresentation {
Linear,
Logarithmic,
Boolean,
PureNumber,
HexNumber,
IpV4Address,
MacAddress,
}Variants
Linear
Logarithmic
Boolean
PureNumber
HexNumber
IpV4Address
MacAddress
Trait Implementations
sourceimpl Clone for IntegerRepresentation
impl Clone for IntegerRepresentation
sourcefn clone(&self) -> IntegerRepresentation
fn clone(&self) -> IntegerRepresentation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IntegerRepresentation
impl Debug for IntegerRepresentation
sourceimpl Default for IntegerRepresentation
impl Default for IntegerRepresentation
sourceimpl PartialEq<IntegerRepresentation> for IntegerRepresentation
impl PartialEq<IntegerRepresentation> for IntegerRepresentation
sourcefn eq(&self, other: &IntegerRepresentation) -> bool
fn eq(&self, other: &IntegerRepresentation) -> bool
impl Copy for IntegerRepresentation
impl Eq for IntegerRepresentation
impl StructuralEq for IntegerRepresentation
impl StructuralPartialEq for IntegerRepresentation
Auto Trait Implementations
impl RefUnwindSafe for IntegerRepresentation
impl Send for IntegerRepresentation
impl Sync for IntegerRepresentation
impl Unpin for IntegerRepresentation
impl UnwindSafe for IntegerRepresentation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more