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 · 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 VectorMatchingOp
impl Debug for VectorMatchingOp
Source§impl Display for VectorMatchingOp
impl Display for VectorMatchingOp
Source§impl PartialEq for VectorMatchingOp
impl PartialEq for VectorMatchingOp
impl Copy for VectorMatchingOp
impl Eq for VectorMatchingOp
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 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