#[non_exhaustive]pub struct ImportMigrationTaskOutput { /* private fields */ }Implementations§
source§impl ImportMigrationTaskOutput
impl ImportMigrationTaskOutput
sourcepub fn builder() -> ImportMigrationTaskOutputBuilder
pub fn builder() -> ImportMigrationTaskOutputBuilder
Creates a new builder-style object to manufacture ImportMigrationTaskOutput.
Trait Implementations§
source§impl Clone for ImportMigrationTaskOutput
impl Clone for ImportMigrationTaskOutput
source§fn clone(&self) -> ImportMigrationTaskOutput
fn clone(&self) -> ImportMigrationTaskOutput
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 ImportMigrationTaskOutput
impl Debug for ImportMigrationTaskOutput
source§impl PartialEq for ImportMigrationTaskOutput
impl PartialEq for ImportMigrationTaskOutput
source§fn eq(&self, other: &ImportMigrationTaskOutput) -> bool
fn eq(&self, other: &ImportMigrationTaskOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ImportMigrationTaskOutput
impl RequestId for ImportMigrationTaskOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for ImportMigrationTaskOutput
Auto Trait Implementations§
impl RefUnwindSafe for ImportMigrationTaskOutput
impl Send for ImportMigrationTaskOutput
impl Sync for ImportMigrationTaskOutput
impl Unpin for ImportMigrationTaskOutput
impl UnwindSafe for ImportMigrationTaskOutput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.