Struct rs_es::json::FieldBased [] [src]

pub struct FieldBased<F, I, O> {
    pub field: F,
    pub inner: I,
    pub outer: O,
}

A recurring theme in ElasticSearch is for JSON to be {"variable": {..map of options..}

Fields

Methods

impl<F, I, O> FieldBased<F, I, O>
[src]

Trait Implementations

impl<F: Debug, I: Debug, O: Debug> Debug for FieldBased<F, I, O>
[src]

Formats the value using the given formatter.

impl<F, I, O> Serialize for FieldBased<F, I, O> where F: Serialize, I: Serialize, O: MergeSerialize
[src]

Serializes this value into this serializer.