#[non_exhaustive]pub struct UpdateDocumentVersionOutput { /* private fields */ }
Implementations§
source§impl UpdateDocumentVersionOutput
impl UpdateDocumentVersionOutput
sourcepub fn builder() -> UpdateDocumentVersionOutputBuilder
pub fn builder() -> UpdateDocumentVersionOutputBuilder
Creates a new builder-style object to manufacture UpdateDocumentVersionOutput
.
Trait Implementations§
source§impl Clone for UpdateDocumentVersionOutput
impl Clone for UpdateDocumentVersionOutput
source§fn clone(&self) -> UpdateDocumentVersionOutput
fn clone(&self) -> UpdateDocumentVersionOutput
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 Debug for UpdateDocumentVersionOutput
impl Debug for UpdateDocumentVersionOutput
source§impl PartialEq for UpdateDocumentVersionOutput
impl PartialEq for UpdateDocumentVersionOutput
source§fn eq(&self, other: &UpdateDocumentVersionOutput) -> bool
fn eq(&self, other: &UpdateDocumentVersionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateDocumentVersionOutput
impl RequestId for UpdateDocumentVersionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for UpdateDocumentVersionOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateDocumentVersionOutput
impl Send for UpdateDocumentVersionOutput
impl Sync for UpdateDocumentVersionOutput
impl Unpin for UpdateDocumentVersionOutput
impl UnwindSafe for UpdateDocumentVersionOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.