#[non_exhaustive]pub struct DescribeRulesetInput { /* private fields */ }
Implementations§
source§impl DescribeRulesetInput
impl DescribeRulesetInput
sourcepub fn builder() -> DescribeRulesetInputBuilder
pub fn builder() -> DescribeRulesetInputBuilder
Creates a new builder-style object to manufacture DescribeRulesetInput
.
source§impl DescribeRulesetInput
impl DescribeRulesetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeRuleset, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeRuleset, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeRuleset
>
Trait Implementations§
source§impl Clone for DescribeRulesetInput
impl Clone for DescribeRulesetInput
source§fn clone(&self) -> DescribeRulesetInput
fn clone(&self) -> DescribeRulesetInput
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 DescribeRulesetInput
impl Debug for DescribeRulesetInput
source§impl PartialEq<DescribeRulesetInput> for DescribeRulesetInput
impl PartialEq<DescribeRulesetInput> for DescribeRulesetInput
source§fn eq(&self, other: &DescribeRulesetInput) -> bool
fn eq(&self, other: &DescribeRulesetInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeRulesetInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeRulesetInput
impl Send for DescribeRulesetInput
impl Sync for DescribeRulesetInput
impl Unpin for DescribeRulesetInput
impl UnwindSafe for DescribeRulesetInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more