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