pub enum SpecialInstruction {
AllOrNone,
DoNotReduce,
AllOrNoneDoNotReduce,
}Variants§
Trait Implementations§
Source§impl Clone for SpecialInstruction
impl Clone for SpecialInstruction
Source§fn clone(&self) -> SpecialInstruction
fn clone(&self) -> SpecialInstruction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpecialInstruction
Source§impl Debug for SpecialInstruction
impl Debug for SpecialInstruction
Source§impl<'de> Deserialize<'de> for SpecialInstruction
impl<'de> Deserialize<'de> for SpecialInstruction
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 Eq for SpecialInstruction
Source§impl PartialEq for SpecialInstruction
impl PartialEq for SpecialInstruction
Source§fn eq(&self, other: &SpecialInstruction) -> bool
fn eq(&self, other: &SpecialInstruction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SpecialInstruction
impl Serialize for SpecialInstruction
impl StructuralPartialEq for SpecialInstruction
Auto Trait Implementations§
impl Freeze for SpecialInstruction
impl RefUnwindSafe for SpecialInstruction
impl Send for SpecialInstruction
impl Sync for SpecialInstruction
impl Unpin for SpecialInstruction
impl UnsafeUnpin for SpecialInstruction
impl UnwindSafe for SpecialInstruction
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