Enum elasticsearch::SearchTemplateParts [−][src]
pub enum SearchTemplateParts<'b> {
None,
Index(&'b [&'b str]),
IndexType(&'b [&'b str], &'b [&'b str]),
}Expand description
API parts for the Search Template API
Variants
No parts
Index
Index 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 SearchTemplateParts<'b>
impl<'b> Send for SearchTemplateParts<'b>
impl<'b> Sync for SearchTemplateParts<'b>
impl<'b> Unpin for SearchTemplateParts<'b>
impl<'b> UnwindSafe for SearchTemplateParts<'b>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more