#[non_exhaustive]pub struct UpdateDocumentDefaultVersionInput { /* private fields */ }
Implementations
sourceimpl UpdateDocumentDefaultVersionInput
impl UpdateDocumentDefaultVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDocumentDefaultVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateDocumentDefaultVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateDocumentDefaultVersion
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateDocumentDefaultVersionInput
.
Trait Implementations
sourceimpl Clone for UpdateDocumentDefaultVersionInput
impl Clone for UpdateDocumentDefaultVersionInput
sourcefn clone(&self) -> UpdateDocumentDefaultVersionInput
fn clone(&self) -> UpdateDocumentDefaultVersionInput
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<UpdateDocumentDefaultVersionInput> for UpdateDocumentDefaultVersionInput
impl PartialEq<UpdateDocumentDefaultVersionInput> for UpdateDocumentDefaultVersionInput
sourcefn eq(&self, other: &UpdateDocumentDefaultVersionInput) -> bool
fn eq(&self, other: &UpdateDocumentDefaultVersionInput) -> bool
impl StructuralPartialEq for UpdateDocumentDefaultVersionInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateDocumentDefaultVersionInput
impl Send for UpdateDocumentDefaultVersionInput
impl Sync for UpdateDocumentDefaultVersionInput
impl Unpin for UpdateDocumentDefaultVersionInput
impl UnwindSafe for UpdateDocumentDefaultVersionInput
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