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