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