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