Struct aws_sdk_eventbridge::output::DisableRuleOutput
source · [−]#[non_exhaustive]pub struct DisableRuleOutput {}
Implementations
sourceimpl DisableRuleOutput
impl DisableRuleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableRuleOutput
.
Trait Implementations
sourceimpl Clone for DisableRuleOutput
impl Clone for DisableRuleOutput
sourcefn clone(&self) -> DisableRuleOutput
fn clone(&self) -> DisableRuleOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DisableRuleOutput
impl Debug for DisableRuleOutput
sourceimpl PartialEq<DisableRuleOutput> for DisableRuleOutput
impl PartialEq<DisableRuleOutput> for DisableRuleOutput
sourcefn eq(&self, other: &DisableRuleOutput) -> bool
fn eq(&self, other: &DisableRuleOutput) -> bool
impl StructuralPartialEq for DisableRuleOutput
Auto Trait Implementations
impl RefUnwindSafe for DisableRuleOutput
impl Send for DisableRuleOutput
impl Sync for DisableRuleOutput
impl Unpin for DisableRuleOutput
impl UnwindSafe for DisableRuleOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more