Struct rusoto_cloudsearch::LatLonOptions [] [src]

pub struct LatLonOptions {
    pub default_value: Option<String>,
    pub facet_enabled: Option<bool>,
    pub return_enabled: Option<bool>,
    pub search_enabled: Option<bool>,
    pub sort_enabled: Option<bool>,
    pub source_field: Option<String>,
}

Options for a latlon field. A latlon field contains a location stored as a latitude and longitude value pair. Present if IndexFieldType specifies the field is of type latlon. All options are enabled by default.

Fields

A value to use for the field if the field isn't specified for a document.

Whether facet information can be returned for the field.

Whether the contents of the field can be returned in the search results.

Whether the contents of the field are searchable.

Whether the field can be used to sort the search results.

Trait Implementations

impl Default for LatLonOptions
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for LatLonOptions
[src]

[src]

Formats the value using the given formatter.

impl Clone for LatLonOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more