#[non_exhaustive]pub struct UpdateDocumentOutput { /* private fields */ }Implementations§
source§impl UpdateDocumentOutput
impl UpdateDocumentOutput
sourcepub fn document_description(&self) -> Option<&DocumentDescription>
pub fn document_description(&self) -> Option<&DocumentDescription>
A description of the document that was updated.
source§impl UpdateDocumentOutput
impl UpdateDocumentOutput
sourcepub fn builder() -> UpdateDocumentOutputBuilder
pub fn builder() -> UpdateDocumentOutputBuilder
Creates a new builder-style object to manufacture UpdateDocumentOutput.
Trait Implementations§
source§impl Clone for UpdateDocumentOutput
impl Clone for UpdateDocumentOutput
source§fn clone(&self) -> UpdateDocumentOutput
fn clone(&self) -> UpdateDocumentOutput
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 UpdateDocumentOutput
impl Debug for UpdateDocumentOutput
source§impl PartialEq<UpdateDocumentOutput> for UpdateDocumentOutput
impl PartialEq<UpdateDocumentOutput> for UpdateDocumentOutput
source§fn eq(&self, other: &UpdateDocumentOutput) -> bool
fn eq(&self, other: &UpdateDocumentOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateDocumentOutput
impl RequestId for UpdateDocumentOutput
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.