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