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