Struct aws_sdk_config::output::DeleteResourceConfigOutput
source · #[non_exhaustive]pub struct DeleteResourceConfigOutput {}Implementations§
source§impl DeleteResourceConfigOutput
impl DeleteResourceConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteResourceConfigOutput.
Trait Implementations§
source§impl Clone for DeleteResourceConfigOutput
impl Clone for DeleteResourceConfigOutput
source§fn clone(&self) -> DeleteResourceConfigOutput
fn clone(&self) -> DeleteResourceConfigOutput
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 DeleteResourceConfigOutput
impl Debug for DeleteResourceConfigOutput
source§impl PartialEq<DeleteResourceConfigOutput> for DeleteResourceConfigOutput
impl PartialEq<DeleteResourceConfigOutput> for DeleteResourceConfigOutput
source§fn eq(&self, other: &DeleteResourceConfigOutput) -> bool
fn eq(&self, other: &DeleteResourceConfigOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.