Struct aws_sdk_workspaces::input::MigrateWorkspaceInput
source · [−]#[non_exhaustive]pub struct MigrateWorkspaceInput { /* private fields */ }Implementations
sourceimpl MigrateWorkspaceInput
impl MigrateWorkspaceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<MigrateWorkspace, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<MigrateWorkspace, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<MigrateWorkspace>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MigrateWorkspaceInput.
Trait Implementations
sourceimpl Clone for MigrateWorkspaceInput
impl Clone for MigrateWorkspaceInput
sourcefn clone(&self) -> MigrateWorkspaceInput
fn clone(&self) -> MigrateWorkspaceInput
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 MigrateWorkspaceInput
impl Debug for MigrateWorkspaceInput
sourceimpl PartialEq<MigrateWorkspaceInput> for MigrateWorkspaceInput
impl PartialEq<MigrateWorkspaceInput> for MigrateWorkspaceInput
sourcefn eq(&self, other: &MigrateWorkspaceInput) -> bool
fn eq(&self, other: &MigrateWorkspaceInput) -> bool
impl StructuralPartialEq for MigrateWorkspaceInput
Auto Trait Implementations
impl RefUnwindSafe for MigrateWorkspaceInput
impl Send for MigrateWorkspaceInput
impl Sync for MigrateWorkspaceInput
impl Unpin for MigrateWorkspaceInput
impl UnwindSafe for MigrateWorkspaceInput
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