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<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
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 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