#[non_exhaustive]pub struct DefineExpressionOutput { /* private fields */ }Expand description
The result of a DefineExpression request. Contains the status of the newly-configured expression.
Implementations§
source§impl DefineExpressionOutput
impl DefineExpressionOutput
sourcepub fn expression(&self) -> Option<&ExpressionStatus>
pub fn expression(&self) -> Option<&ExpressionStatus>
The value of an Expression and its current status.
source§impl DefineExpressionOutput
impl DefineExpressionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DefineExpressionOutput.
Trait Implementations§
source§impl Clone for DefineExpressionOutput
impl Clone for DefineExpressionOutput
source§fn clone(&self) -> DefineExpressionOutput
fn clone(&self) -> DefineExpressionOutput
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 DefineExpressionOutput
impl Debug for DefineExpressionOutput
source§impl PartialEq<DefineExpressionOutput> for DefineExpressionOutput
impl PartialEq<DefineExpressionOutput> for DefineExpressionOutput
source§fn eq(&self, other: &DefineExpressionOutput) -> bool
fn eq(&self, other: &DefineExpressionOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.