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