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