Struct aws_sdk_lexmodelsv2::input::UpdateExportInput
source · [−]#[non_exhaustive]pub struct UpdateExportInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateExportInput.
Trait Implementations
sourceimpl Clone for UpdateExportInput
impl Clone for UpdateExportInput
sourcefn clone(&self) -> UpdateExportInput
fn clone(&self) -> UpdateExportInput
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 Debug for UpdateExportInput
impl Debug for UpdateExportInput
sourceimpl PartialEq<UpdateExportInput> for UpdateExportInput
impl PartialEq<UpdateExportInput> for UpdateExportInput
sourcefn eq(&self, other: &UpdateExportInput) -> bool
fn eq(&self, other: &UpdateExportInput) -> bool
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
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