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