Struct rs_es::query::MatchAllQuery[][src]

pub struct MatchAllQuery { /* fields omitted */ }

Match all query

Methods

impl MatchAllQuery
[src]

Trait Implementations

impl Debug for MatchAllQuery
[src]

Formats the value using the given formatter. Read more

impl Default for MatchAllQuery
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations