Struct aws_sdk_cloudsearch::output::DefineExpressionOutput
source · [−]#[non_exhaustive]pub struct DefineExpressionOutput { /* private fields */ }Expand description
The result of a DefineExpression request. Contains the status of the newly-configured expression.
Implementations
sourceimpl DefineExpressionOutput
impl DefineExpressionOutput
sourcepub fn expression(&self) -> Option<&ExpressionStatus>
pub fn expression(&self) -> Option<&ExpressionStatus>
The value of an Expression and its current status.
sourceimpl DefineExpressionOutput
impl DefineExpressionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DefineExpressionOutput.
Trait Implementations
sourceimpl Clone for DefineExpressionOutput
impl Clone for DefineExpressionOutput
sourcefn clone(&self) -> DefineExpressionOutput
fn clone(&self) -> DefineExpressionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DefineExpressionOutput
impl Debug for DefineExpressionOutput
sourceimpl PartialEq<DefineExpressionOutput> for DefineExpressionOutput
impl PartialEq<DefineExpressionOutput> for DefineExpressionOutput
sourcefn eq(&self, other: &DefineExpressionOutput) -> bool
fn eq(&self, other: &DefineExpressionOutput) -> bool
impl StructuralPartialEq for DefineExpressionOutput
Auto Trait Implementations
impl RefUnwindSafe for DefineExpressionOutput
impl Send for DefineExpressionOutput
impl Sync for DefineExpressionOutput
impl Unpin for DefineExpressionOutput
impl UnwindSafe for DefineExpressionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more