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