pub struct VectorMatching {
pub cardinality: VectorMatchCardinality,
pub grouping: VectorMatchGrouping,
pub include: Vec<String>,
}Expand description
Describes how elements from two vectors in a binary operation are supposed to be matched.
Fields§
§cardinality: VectorMatchCardinality§grouping: VectorMatchGrouping§include: Vec<String>Trait Implementations§
Source§impl Debug for VectorMatching
impl Debug for VectorMatching
Source§impl Default for VectorMatching
impl Default for VectorMatching
Source§impl PartialEq for VectorMatching
impl PartialEq for VectorMatching
impl StructuralPartialEq for VectorMatching
Auto Trait Implementations§
impl Freeze for VectorMatching
impl RefUnwindSafe for VectorMatching
impl Send for VectorMatching
impl Sync for VectorMatching
impl Unpin for VectorMatching
impl UnwindSafe for VectorMatching
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