[][src]Struct elastic::types::document::ValueObjectMapping

pub struct ValueObjectMapping;

Mapping for an anonymous json object.

Trait Implementations

impl ObjectMapping for ValueObjectMapping[src]

type Properties = EmptyPropertiesMapping

The source of properties for this document.

fn data_type() -> &'static str[src]

Get the type name for this mapping, like object or nested.

fn dynamic() -> Option<Dynamic>[src]

Whether or not new properties should be added dynamically to an existing object. Accepts true (default), false and strict. Read more

fn enabled() -> Option<bool>[src]

Whether the JSON value given for the object field should be parsed and indexed (true, default) or completely ignored (false). Read more

fn include_in_all() -> Option<bool>[src]

Sets the default include_in_all value for all the properties within the object. The object itself is not added to the _all field. Read more

impl Default for ValueObjectMapping[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err