Struct rs_es::query::Flags [] [src]

pub struct Flags<A>(_) where A: AsRef<str>;

Flags - multiple operations can take a set of flags, each set is dependent on the operation in question, but they're all formatted to a similar looking String

Trait Implementations

impl<A: Debug> Debug for Flags<A> where A: AsRef<str>
[src]

Formats the value using the given formatter.

impl<A> Serialize for Flags<A> where A: AsRef<str>
[src]

Serializes this value into this serializer.

impl<A> From<Vec<A>> for Flags<A> where A: AsRef<str>
[src]

Performs the conversion.