pub enum BinOp128 {
And,
AndNot,
Or,
Xor,
I64x2Add,
I64x2Mul,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BinOp128
impl<'de> Deserialize<'de> for BinOp128
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 Copy for BinOp128
impl Eq for BinOp128
impl StructuralPartialEq for BinOp128
Auto Trait Implementations§
impl Freeze for BinOp128
impl RefUnwindSafe for BinOp128
impl Send for BinOp128
impl Sync for BinOp128
impl Unpin for BinOp128
impl UnsafeUnpin for BinOp128
impl UnwindSafe for BinOp128
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