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