#[non_exhaustive]pub struct UpdateExportInput { /* private fields */ }Implementations§
source§impl UpdateExportInput
impl UpdateExportInput
sourcepub fn builder() -> UpdateExportInputBuilder
pub fn builder() -> UpdateExportInputBuilder
Creates a new builder-style object to manufacture UpdateExportInput.
source§impl UpdateExportInput
impl UpdateExportInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateExport, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateExport, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateExport>
Trait Implementations§
source§impl Clone for UpdateExportInput
impl Clone for UpdateExportInput
source§fn clone(&self) -> UpdateExportInput
fn clone(&self) -> UpdateExportInput
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 UpdateExportInput
impl Debug for UpdateExportInput
source§impl PartialEq<UpdateExportInput> for UpdateExportInput
impl PartialEq<UpdateExportInput> for UpdateExportInput
source§fn eq(&self, other: &UpdateExportInput) -> bool
fn eq(&self, other: &UpdateExportInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateExportInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateExportInput
impl Send for UpdateExportInput
impl Sync for UpdateExportInput
impl Unpin for UpdateExportInput
impl UnwindSafe for UpdateExportInput
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