#[non_exhaustive]pub struct DescribeDocumentVersionsOutput { /* private fields */ }Implementations
sourceimpl DescribeDocumentVersionsOutput
 
impl DescribeDocumentVersionsOutput
sourcepub fn document_versions(&self) -> Option<&[DocumentVersionMetadata]>
 
pub fn document_versions(&self) -> Option<&[DocumentVersionMetadata]>
The document versions.
sourceimpl DescribeDocumentVersionsOutput
 
impl DescribeDocumentVersionsOutput
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDocumentVersionsOutput.
Trait Implementations
sourceimpl Clone for DescribeDocumentVersionsOutput
 
impl Clone for DescribeDocumentVersionsOutput
sourcefn clone(&self) -> DescribeDocumentVersionsOutput
 
fn clone(&self) -> DescribeDocumentVersionsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl PartialEq<DescribeDocumentVersionsOutput> for DescribeDocumentVersionsOutput
 
impl PartialEq<DescribeDocumentVersionsOutput> for DescribeDocumentVersionsOutput
sourcefn eq(&self, other: &DescribeDocumentVersionsOutput) -> bool
 
fn eq(&self, other: &DescribeDocumentVersionsOutput) -> bool
impl StructuralPartialEq for DescribeDocumentVersionsOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDocumentVersionsOutput
impl Send for DescribeDocumentVersionsOutput
impl Sync for DescribeDocumentVersionsOutput
impl Unpin for DescribeDocumentVersionsOutput
impl UnwindSafe for DescribeDocumentVersionsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more