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