Struct aws_sdk_eventbridge::input::DisableRuleInput
source · #[non_exhaustive]pub struct DisableRuleInput { /* private fields */ }Implementations§
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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableRuleInput.
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 ==.