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