Enum elasticsearch_dsl::analyze::StringOrObject [−][src]
Expand description
Structure of filters
Variants
String(String)Built-in filters
Tuple Fields of String
0: StringObject(Value)Custom filters
Tuple Fields of Object
0: ValueTrait 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