Enum elasticsearch_dsl::analyze::StringOrVecString [−][src]
Expand description
Type for text field. Text can be string or array of strings
Variants
String(String)
One text input to analyze
Tuple Fields of String
0: String
Multiple text inputs to analyze
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 RefUnwindSafe for StringOrVecString
impl Send for StringOrVecString
impl Sync for StringOrVecString
impl Unpin for StringOrVecString
impl UnwindSafe for StringOrVecString
Blanket Implementations
Mutably borrows from an owned value. Read more