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