Struct aws_sdk_workdocs::output::DescribeCommentsOutput
source · [−]#[non_exhaustive]pub struct DescribeCommentsOutput { /* private fields */ }Implementations
sourceimpl DescribeCommentsOutput
impl DescribeCommentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCommentsOutput.
Trait Implementations
sourceimpl Clone for DescribeCommentsOutput
impl Clone for DescribeCommentsOutput
sourcefn clone(&self) -> DescribeCommentsOutput
fn clone(&self) -> DescribeCommentsOutput
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 DescribeCommentsOutput
impl Debug for DescribeCommentsOutput
sourceimpl PartialEq<DescribeCommentsOutput> for DescribeCommentsOutput
impl PartialEq<DescribeCommentsOutput> for DescribeCommentsOutput
sourcefn eq(&self, other: &DescribeCommentsOutput) -> bool
fn eq(&self, other: &DescribeCommentsOutput) -> bool
impl StructuralPartialEq for DescribeCommentsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeCommentsOutput
impl Send for DescribeCommentsOutput
impl Sync for DescribeCommentsOutput
impl Unpin for DescribeCommentsOutput
impl UnwindSafe for DescribeCommentsOutput
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