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