Struct aws_sdk_config::output::DeleteConfigRuleOutput
source · [−]#[non_exhaustive]pub struct DeleteConfigRuleOutput {}Implementations
sourceimpl DeleteConfigRuleOutput
impl DeleteConfigRuleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteConfigRuleOutput.
Trait Implementations
sourceimpl Clone for DeleteConfigRuleOutput
impl Clone for DeleteConfigRuleOutput
sourcefn clone(&self) -> DeleteConfigRuleOutput
fn clone(&self) -> DeleteConfigRuleOutput
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 DeleteConfigRuleOutput
impl Debug for DeleteConfigRuleOutput
sourceimpl PartialEq<DeleteConfigRuleOutput> for DeleteConfigRuleOutput
impl PartialEq<DeleteConfigRuleOutput> for DeleteConfigRuleOutput
sourcefn eq(&self, other: &DeleteConfigRuleOutput) -> bool
fn eq(&self, other: &DeleteConfigRuleOutput) -> bool
impl StructuralPartialEq for DeleteConfigRuleOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteConfigRuleOutput
impl Send for DeleteConfigRuleOutput
impl Sync for DeleteConfigRuleOutput
impl Unpin for DeleteConfigRuleOutput
impl UnwindSafe for DeleteConfigRuleOutput
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