pub enum ComplexKind {
C32,
C64,
}Variants§
Trait Implementations§
Source§impl Clone for ComplexKind
impl Clone for ComplexKind
Source§fn clone(&self) -> ComplexKind
fn clone(&self) -> ComplexKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ComplexKind
Source§impl Debug for ComplexKind
impl Debug for ComplexKind
Source§impl<'de> Deserialize<'de> for ComplexKind
impl<'de> Deserialize<'de> for ComplexKind
Source§fn 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
impl Eq for ComplexKind
Source§impl From<ComplexKind> for ElemType
impl From<ComplexKind> for ElemType
Source§fn from(value: ComplexKind) -> Self
fn from(value: ComplexKind) -> Self
Converts to this type from the input type.
Source§impl From<ComplexKind> for StorageType
impl From<ComplexKind> for StorageType
Source§fn from(value: ComplexKind) -> Self
fn from(value: ComplexKind) -> Self
Converts to this type from the input type.
Source§impl Hash for ComplexKind
impl Hash for ComplexKind
Source§impl Ord for ComplexKind
impl Ord for ComplexKind
Source§fn cmp(&self, other: &ComplexKind) -> Ordering
fn cmp(&self, other: &ComplexKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ComplexKind
impl PartialEq for ComplexKind
Source§fn eq(&self, other: &ComplexKind) -> bool
fn eq(&self, other: &ComplexKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ComplexKind
impl PartialOrd for ComplexKind
Source§impl Serialize for ComplexKind
impl Serialize for ComplexKind
impl StructuralPartialEq for ComplexKind
Auto Trait Implementations§
impl Freeze for ComplexKind
impl RefUnwindSafe for ComplexKind
impl Send for ComplexKind
impl Sync for ComplexKind
impl Unpin for ComplexKind
impl UnsafeUnpin for ComplexKind
impl UnwindSafe for ComplexKind
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.