Enum xcell_types::IntegerKind
source · pub enum IntegerKind {
Integer8,
Integer16,
Integer32,
Integer64,
Unsigned8,
Unsigned16,
Unsigned32,
Unsigned64,
}Variants
Integer8
Integer16
Integer32
Integer64
Unsigned8
Unsigned16
Unsigned32
Unsigned64
Implementations
Trait Implementations
sourceimpl Clone for IntegerKind
impl Clone for IntegerKind
sourcefn clone(&self) -> IntegerKind
fn clone(&self) -> IntegerKind
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 IntegerKind
impl Debug for IntegerKind
sourceimpl Default for IntegerKind
impl Default for IntegerKind
sourceimpl<'de> Deserialize<'de> for IntegerKind
impl<'de> Deserialize<'de> for IntegerKind
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for IntegerKind
impl Serialize for IntegerKind
impl Copy for IntegerKind
Auto Trait Implementations
impl RefUnwindSafe for IntegerKind
impl Send for IntegerKind
impl Sync for IntegerKind
impl Unpin for IntegerKind
impl UnwindSafe for IntegerKind
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