#[non_exhaustive]pub struct UpdateDocumentDefaultVersionOutput { /* private fields */ }
Implementations
sourceimpl UpdateDocumentDefaultVersionOutput
impl UpdateDocumentDefaultVersionOutput
sourcepub fn description(&self) -> Option<&DocumentDefaultVersionDescription>
pub fn description(&self) -> Option<&DocumentDefaultVersionDescription>
The description of a custom document that you want to set as the default version.
sourceimpl UpdateDocumentDefaultVersionOutput
impl UpdateDocumentDefaultVersionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDocumentDefaultVersionOutput
.
Trait Implementations
sourceimpl Clone for UpdateDocumentDefaultVersionOutput
impl Clone for UpdateDocumentDefaultVersionOutput
sourcefn clone(&self) -> UpdateDocumentDefaultVersionOutput
fn clone(&self) -> UpdateDocumentDefaultVersionOutput
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<UpdateDocumentDefaultVersionOutput> for UpdateDocumentDefaultVersionOutput
impl PartialEq<UpdateDocumentDefaultVersionOutput> for UpdateDocumentDefaultVersionOutput
sourcefn eq(&self, other: &UpdateDocumentDefaultVersionOutput) -> bool
fn eq(&self, other: &UpdateDocumentDefaultVersionOutput) -> bool
impl StructuralPartialEq for UpdateDocumentDefaultVersionOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateDocumentDefaultVersionOutput
impl Send for UpdateDocumentDefaultVersionOutput
impl Sync for UpdateDocumentDefaultVersionOutput
impl Unpin for UpdateDocumentDefaultVersionOutput
impl UnwindSafe for UpdateDocumentDefaultVersionOutput
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