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