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]

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

impl Debug for Expression
[src]

Formats the value using the given formatter. Read more

impl Clone for Expression
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Expression
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Expression

impl Sync for Expression