pub enum OperandLabel {
Include,
Exclude,
Context,
}Variants§
Trait Implementations§
Source§impl Clone for OperandLabel
impl Clone for OperandLabel
Source§fn clone(&self) -> OperandLabel
fn clone(&self) -> OperandLabel
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 OperandLabel
Source§impl Debug for OperandLabel
impl Debug for OperandLabel
Source§impl<'de> Deserialize<'de> for OperandLabel
impl<'de> Deserialize<'de> for OperandLabel
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 OperandLabel
Source§impl PartialEq for OperandLabel
impl PartialEq for OperandLabel
Source§impl Serialize for OperandLabel
impl Serialize for OperandLabel
impl StructuralPartialEq for OperandLabel
Auto Trait Implementations§
impl Freeze for OperandLabel
impl RefUnwindSafe for OperandLabel
impl Send for OperandLabel
impl Sync for OperandLabel
impl Unpin for OperandLabel
impl UnsafeUnpin for OperandLabel
impl UnwindSafe for OperandLabel
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