Struct aws_sdk_cloudsearch::model::ExpressionStatus
source · #[non_exhaustive]pub struct ExpressionStatus { /* private fields */ }Expand description
The value of an Expression and its current status.
Implementations§
source§impl ExpressionStatus
impl ExpressionStatus
sourcepub fn options(&self) -> Option<&Expression>
pub fn options(&self) -> Option<&Expression>
The expression that is evaluated for sorting while processing a search request.
sourcepub fn status(&self) -> Option<&OptionStatus>
pub fn status(&self) -> Option<&OptionStatus>
The status of domain configuration option.
source§impl ExpressionStatus
impl ExpressionStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExpressionStatus.
Trait Implementations§
source§impl Clone for ExpressionStatus
impl Clone for ExpressionStatus
source§fn clone(&self) -> ExpressionStatus
fn clone(&self) -> ExpressionStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ExpressionStatus
impl Debug for ExpressionStatus
source§impl PartialEq<ExpressionStatus> for ExpressionStatus
impl PartialEq<ExpressionStatus> for ExpressionStatus
source§fn eq(&self, other: &ExpressionStatus) -> bool
fn eq(&self, other: &ExpressionStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.