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