#[non_exhaustive]pub struct DescribeRulesInput { /* private fields */ }
Implementations§
source§impl DescribeRulesInput
impl DescribeRulesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRules, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRules, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeRules
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeRulesInput
.
Trait Implementations§
source§impl Clone for DescribeRulesInput
impl Clone for DescribeRulesInput
source§fn clone(&self) -> DescribeRulesInput
fn clone(&self) -> DescribeRulesInput
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 DescribeRulesInput
impl Debug for DescribeRulesInput
source§impl PartialEq<DescribeRulesInput> for DescribeRulesInput
impl PartialEq<DescribeRulesInput> for DescribeRulesInput
source§fn eq(&self, other: &DescribeRulesInput) -> bool
fn eq(&self, other: &DescribeRulesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.