#[non_exhaustive]pub struct DescribeGroupsOutput { /* private fields */ }
Implementations§
source§impl DescribeGroupsOutput
impl DescribeGroupsOutput
sourcepub fn builder() -> DescribeGroupsOutputBuilder
pub fn builder() -> DescribeGroupsOutputBuilder
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 ==
.source§impl RequestId for DescribeGroupsOutput
impl RequestId for DescribeGroupsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.