pub enum DepExOpcode {
Before([u8; 16]),
After([u8; 16]),
Push([u8; 16]),
And,
Or,
Not,
True,
False,
End,
Sor,
}Variants§
Implementations§
Source§impl DepExOpcode
impl DepExOpcode
Source§impl DepExOpcode
impl DepExOpcode
Trait Implementations§
Source§impl Clone for DepExOpcode
impl Clone for DepExOpcode
Source§fn clone(&self) -> DepExOpcode
fn clone(&self) -> DepExOpcode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DepExOpcode
impl Debug for DepExOpcode
Source§impl<'de> Deserialize<'de> for DepExOpcode
impl<'de> Deserialize<'de> for DepExOpcode
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 Hash for DepExOpcode
impl Hash for DepExOpcode
Source§impl Ord for DepExOpcode
impl Ord for DepExOpcode
Source§fn cmp(&self, other: &DepExOpcode) -> Ordering
fn cmp(&self, other: &DepExOpcode) -> Ordering
1.21.0 · 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 DepExOpcode
impl PartialEq for DepExOpcode
Source§impl PartialOrd for DepExOpcode
impl PartialOrd for DepExOpcode
Source§impl Serialize for DepExOpcode
impl Serialize for DepExOpcode
impl Eq for DepExOpcode
impl StructuralPartialEq for DepExOpcode
Auto Trait Implementations§
impl Freeze for DepExOpcode
impl RefUnwindSafe for DepExOpcode
impl Send for DepExOpcode
impl Sync for DepExOpcode
impl Unpin for DepExOpcode
impl UnsafeUnpin for DepExOpcode
impl UnwindSafe for DepExOpcode
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