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