pub enum VectorMatchingOp {
On,
Ignoring,
}Expand description
Vector matching for binary operations
Variants§
Trait Implementations§
Source§impl Clone for VectorMatchingOp
impl Clone for VectorMatchingOp
Source§fn clone(&self) -> VectorMatchingOp
fn clone(&self) -> VectorMatchingOp
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 VectorMatchingOp
Source§impl Debug for VectorMatchingOp
impl Debug for VectorMatchingOp
Source§impl Display for VectorMatchingOp
impl Display for VectorMatchingOp
impl Eq for VectorMatchingOp
Source§impl PartialEq for VectorMatchingOp
impl PartialEq for VectorMatchingOp
Source§fn eq(&self, other: &VectorMatchingOp) -> bool
fn eq(&self, other: &VectorMatchingOp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VectorMatchingOp
Auto Trait Implementations§
impl Freeze for VectorMatchingOp
impl RefUnwindSafe for VectorMatchingOp
impl Send for VectorMatchingOp
impl Sync for VectorMatchingOp
impl Unpin for VectorMatchingOp
impl UnsafeUnpin for VectorMatchingOp
impl UnwindSafe for VectorMatchingOp
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