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]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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

fn serialize<S>(&self, serializer: &mut S) -> Result<(), S::Error> where S: Serializer

Serializes this value into this serializer.

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

fn from(from: Vec<A>) -> Self

Performs the conversion.