#[non_exhaustive]pub struct UpdateDocumentVersionOutput { /* private fields */ }
Implementations§
source§impl UpdateDocumentVersionOutput
impl UpdateDocumentVersionOutput
sourcepub fn builder() -> UpdateDocumentVersionOutputBuilder
pub fn builder() -> UpdateDocumentVersionOutputBuilder
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 ==
.source§impl RequestId for UpdateDocumentVersionOutput
impl RequestId for UpdateDocumentVersionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.