Enum tc_value::ComplexType [−][src]
pub enum ComplexType { C32, C64, Complex, }
The type of a Complex
number.
Variants
Trait Implementations
impl Clone for ComplexType
[src]
impl Clone for ComplexType
[src]pub fn clone(&self) -> ComplexType
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ComplexType
[src]
impl Copy for ComplexType
[src]impl Default for ComplexType
[src]
impl Default for ComplexType
[src]pub fn default() -> ComplexType
[src]
impl<'de> Deserialize<'de> for ComplexType
[src]
impl<'de> Deserialize<'de> for ComplexType
[src]pub fn deserialize<__D>(
__deserializer: __D
) -> Result<ComplexType, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
[src]
__deserializer: __D
) -> Result<ComplexType, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
impl Eq for ComplexType
[src]
impl Eq for ComplexType
[src]impl From<ComplexType> for NumberType
[src]
impl From<ComplexType> for NumberType
[src]pub fn from(ct: ComplexType) -> NumberType
[src]
impl Hash for ComplexType
[src]
impl Hash for ComplexType
[src]impl NumberClass for ComplexType
[src]
impl NumberClass for ComplexType
[src]impl Ord for ComplexType
[src]
impl Ord for ComplexType
[src]impl PartialEq<ComplexType> for ComplexType
[src]
impl PartialEq<ComplexType> for ComplexType
[src]impl PartialOrd<ComplexType> for ComplexType
[src]
impl PartialOrd<ComplexType> for ComplexType
[src]pub fn partial_cmp(&self, other: &ComplexType) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl Serialize for ComplexType
[src]
impl Serialize for ComplexType
[src]pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
[src]
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
impl StructuralEq for ComplexType
[src]
impl StructuralEq for ComplexType
[src]impl StructuralPartialEq for ComplexType
[src]
impl StructuralPartialEq for ComplexType
[src]Auto Trait Implementations
impl RefUnwindSafe for ComplexType
impl RefUnwindSafe for ComplexType
impl Send for ComplexType
impl Send for ComplexType
impl Sync for ComplexType
impl Sync for ComplexType
impl Unpin for ComplexType
impl Unpin for ComplexType
impl UnwindSafe for ComplexType
impl UnwindSafe for ComplexType
Blanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]impl<F, T> TryCastFrom<F> for T where
T: CastFrom<F>,
[src]
impl<F, T> TryCastFrom<F> for T where
T: CastFrom<F>,
[src]pub fn can_cast_from(&F) -> bool
[src]
pub fn opt_cast_from(f: F) -> Option<T>
[src]
pub fn try_cast_from<Err, OnErr>(value: T, on_err: OnErr) -> Result<Self, Err> where
OnErr: FnOnce(&T) -> Err,
[src]
OnErr: FnOnce(&T) -> Err,
impl<F, T> TryCastInto<T> for F where
T: TryCastFrom<F>,
[src]
impl<F, T> TryCastInto<T> for F where
T: TryCastFrom<F>,
[src]pub fn can_cast_into(&self) -> bool
[src]
pub fn opt_cast_into(self) -> Option<T>
[src]
pub fn try_cast_into<Err, OnErr>(self, on_err: OnErr) -> Result<T, Err> where
OnErr: FnOnce(&Self) -> Err,
[src]
OnErr: FnOnce(&Self) -> Err,