Enum elasticsearch::MtermvectorsParts [−][src]
Expand description
API parts for the Mtermvectors API
Variants
No parts
Index(&'b str)Index
Tuple Fields of Index
0: &'b strIndex and Type
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<'b> RefUnwindSafe for MtermvectorsParts<'b>
impl<'b> Send for MtermvectorsParts<'b>
impl<'b> Sync for MtermvectorsParts<'b>
impl<'b> Unpin for MtermvectorsParts<'b>
impl<'b> UnwindSafe for MtermvectorsParts<'b>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more