pub enum ContrastOp {
Difference,
}Expand description
Contrast operator between two expressions.
Variants§
Difference
Left − right.
Trait Implementations§
Source§impl Clone for ContrastOp
impl Clone for ContrastOp
Source§fn clone(&self) -> ContrastOp
fn clone(&self) -> ContrastOp
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 ContrastOp
Source§impl Debug for ContrastOp
impl Debug for ContrastOp
impl Eq for ContrastOp
Source§impl Hash for ContrastOp
impl Hash for ContrastOp
Source§impl PartialEq for ContrastOp
impl PartialEq for ContrastOp
impl StructuralPartialEq for ContrastOp
Auto Trait Implementations§
impl Freeze for ContrastOp
impl RefUnwindSafe for ContrastOp
impl Send for ContrastOp
impl Sync for ContrastOp
impl Unpin for ContrastOp
impl UnsafeUnpin for ContrastOp
impl UnwindSafe for ContrastOp
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