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