Struct rusoto_cloudsearch::Expression [] [src]

pub struct Expression {
    pub expression_name: String,
    pub expression_value: String,
}

A named expression that can be evaluated at search time. Can be used to sort the search results, define other expressions, or return computed information in the search results.

Fields

Trait Implementations

impl Default for Expression
[src]

[src]

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

impl Debug for Expression
[src]

[src]

Formats the value using the given formatter.

impl Clone for Expression
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more