Enum elasticsearch_dsl::analyze::StringOrObject [−][src]
Expand description
Structure of filters
Variants
String(String)
Tuple Fields
0: String
Built-in filters
Object(Value)
Tuple Fields
0: Value
Custom filters
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 StringOrObject
impl Send for StringOrObject
impl Sync for StringOrObject
impl Unpin for StringOrObject
impl UnwindSafe for StringOrObject
Blanket Implementations
Mutably borrows from an owned value. Read more