Enum elasticsearch_dsl::search::queries::specialized::Like [−][src]
Expand description
Types for like and unlike fields
Variants
String(String)String/text which will be used in like field array
Tuple Fields of String
0: StringDocument(Document)Struct to describe elasticsearch document which will be used in like field array
Tuple Fields of Document
0: DocumentTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Like
impl UnwindSafe for Like
Blanket Implementations
Mutably borrows from an owned value. Read more