Struct aws_sdk_workdocs::output::GetDocumentOutput
source · [−]#[non_exhaustive]pub struct GetDocumentOutput { /* private fields */ }
Implementations
sourceimpl GetDocumentOutput
impl GetDocumentOutput
sourcepub fn metadata(&self) -> Option<&DocumentMetadata>
pub fn metadata(&self) -> Option<&DocumentMetadata>
The metadata details of the document.
sourceimpl GetDocumentOutput
impl GetDocumentOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDocumentOutput
.
Trait Implementations
sourceimpl Clone for GetDocumentOutput
impl Clone for GetDocumentOutput
sourcefn clone(&self) -> GetDocumentOutput
fn clone(&self) -> GetDocumentOutput
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 Debug for GetDocumentOutput
impl Debug for GetDocumentOutput
sourceimpl PartialEq<GetDocumentOutput> for GetDocumentOutput
impl PartialEq<GetDocumentOutput> for GetDocumentOutput
sourcefn eq(&self, other: &GetDocumentOutput) -> bool
fn eq(&self, other: &GetDocumentOutput) -> bool
impl StructuralPartialEq for GetDocumentOutput
Auto Trait Implementations
impl RefUnwindSafe for GetDocumentOutput
impl Send for GetDocumentOutput
impl Sync for GetDocumentOutput
impl Unpin for GetDocumentOutput
impl UnwindSafe for GetDocumentOutput
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