pub enum TernaryOp {
Affine,
}
Expand description
Auto-generated discriminant enum variants
Variants§
Affine
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TernaryOp
impl<'de> Deserialize<'de> for TernaryOp
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<TernaryOp, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TernaryOp, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'_enum> From<&'_enum TernaryExpr> for TernaryOp
impl<'_enum> From<&'_enum TernaryExpr> for TernaryOp
Source§fn from(val: &'_enum TernaryExpr) -> TernaryOp
fn from(val: &'_enum TernaryExpr) -> TernaryOp
Converts to this type from the input type.
Source§impl From<TernaryExpr> for TernaryOp
impl From<TernaryExpr> for TernaryOp
Source§fn from(val: TernaryExpr) -> TernaryOp
fn from(val: TernaryExpr) -> TernaryOp
Converts to this type from the input type.
Source§impl IntoEnumIterator for TernaryOp
impl IntoEnumIterator for TernaryOp
type Iterator = TernaryOpIter
fn iter() -> TernaryOpIter ⓘ
Source§impl Ord for TernaryOp
impl Ord for TernaryOp
Source§impl PartialOrd for TernaryOp
impl PartialOrd for TernaryOp
Source§impl Serialize for TernaryOp
impl Serialize for TernaryOp
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl VariantNames for TernaryOp
impl VariantNames for TernaryOp
impl Copy for TernaryOp
impl Eq for TernaryOp
impl StructuralPartialEq for TernaryOp
Auto Trait Implementations§
impl Freeze for TernaryOp
impl RefUnwindSafe for TernaryOp
impl Send for TernaryOp
impl Sync for TernaryOp
impl Unpin for TernaryOp
impl UnwindSafe for TernaryOp
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
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.