Struct aws_sdk_lexmodelsv2::output::DeleteImportOutput
source · [−]#[non_exhaustive]pub struct DeleteImportOutput { /* private fields */ }Implementations
sourceimpl DeleteImportOutput
impl DeleteImportOutput
sourcepub fn import_status(&self) -> Option<&ImportStatus>
pub fn import_status(&self) -> Option<&ImportStatus>
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
sourceimpl DeleteImportOutput
impl DeleteImportOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteImportOutput.
Trait Implementations
sourceimpl Clone for DeleteImportOutput
impl Clone for DeleteImportOutput
sourcefn clone(&self) -> DeleteImportOutput
fn clone(&self) -> DeleteImportOutput
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 DeleteImportOutput
impl Debug for DeleteImportOutput
sourceimpl PartialEq<DeleteImportOutput> for DeleteImportOutput
impl PartialEq<DeleteImportOutput> for DeleteImportOutput
sourcefn eq(&self, other: &DeleteImportOutput) -> bool
fn eq(&self, other: &DeleteImportOutput) -> bool
impl StructuralPartialEq for DeleteImportOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteImportOutput
impl Send for DeleteImportOutput
impl Sync for DeleteImportOutput
impl Unpin for DeleteImportOutput
impl UnwindSafe for DeleteImportOutput
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