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]
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.