#[non_exhaustive]pub struct StartImportTaskOutput { /* private fields */ }Implementations
sourceimpl StartImportTaskOutput
impl StartImportTaskOutput
sourcepub fn task(&self) -> Option<&ImportTask>
pub fn task(&self) -> Option<&ImportTask>
An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
sourceimpl StartImportTaskOutput
impl StartImportTaskOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartImportTaskOutput.
Trait Implementations
sourceimpl Clone for StartImportTaskOutput
impl Clone for StartImportTaskOutput
sourcefn clone(&self) -> StartImportTaskOutput
fn clone(&self) -> StartImportTaskOutput
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 StartImportTaskOutput
impl Debug for StartImportTaskOutput
sourceimpl PartialEq<StartImportTaskOutput> for StartImportTaskOutput
impl PartialEq<StartImportTaskOutput> for StartImportTaskOutput
sourcefn eq(&self, other: &StartImportTaskOutput) -> bool
fn eq(&self, other: &StartImportTaskOutput) -> bool
impl StructuralPartialEq for StartImportTaskOutput
Auto Trait Implementations
impl RefUnwindSafe for StartImportTaskOutput
impl Send for StartImportTaskOutput
impl Sync for StartImportTaskOutput
impl Unpin for StartImportTaskOutput
impl UnwindSafe for StartImportTaskOutput
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