Struct aws_sdk_eventbridge::operation::enable_rule::EnableRuleInput
source · #[non_exhaustive]pub struct EnableRuleInput { /* private fields */ }
Implementations§
source§impl EnableRuleInput
impl EnableRuleInput
sourcepub fn builder() -> EnableRuleInputBuilder
pub fn builder() -> EnableRuleInputBuilder
Creates a new builder-style object to manufacture EnableRuleInput
.
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
>
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 ==
.impl StructuralPartialEq for EnableRuleInput
Auto Trait Implementations§
impl RefUnwindSafe for EnableRuleInput
impl Send for EnableRuleInput
impl Sync for EnableRuleInput
impl Unpin for EnableRuleInput
impl UnwindSafe for EnableRuleInput
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