#[non_exhaustive]pub struct DescribeUserGroupsOutput { /* private fields */ }Implementations
sourceimpl DescribeUserGroupsOutput
impl DescribeUserGroupsOutput
sourcepub fn user_groups(&self) -> Option<&[UserGroup]>
pub fn user_groups(&self) -> Option<&[UserGroup]>
Returns a list of user groups.
sourceimpl DescribeUserGroupsOutput
impl DescribeUserGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeUserGroupsOutput.
Trait Implementations
sourceimpl Clone for DescribeUserGroupsOutput
impl Clone for DescribeUserGroupsOutput
sourcefn clone(&self) -> DescribeUserGroupsOutput
fn clone(&self) -> DescribeUserGroupsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeUserGroupsOutput
impl Debug for DescribeUserGroupsOutput
sourceimpl PartialEq<DescribeUserGroupsOutput> for DescribeUserGroupsOutput
impl PartialEq<DescribeUserGroupsOutput> for DescribeUserGroupsOutput
sourcefn eq(&self, other: &DescribeUserGroupsOutput) -> bool
fn eq(&self, other: &DescribeUserGroupsOutput) -> bool
impl StructuralPartialEq for DescribeUserGroupsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeUserGroupsOutput
impl Send for DescribeUserGroupsOutput
impl Sync for DescribeUserGroupsOutput
impl Unpin for DescribeUserGroupsOutput
impl UnwindSafe for DescribeUserGroupsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more