Struct aws_sdk_iotthingsgraph::operation::undeploy_system_instance::UndeploySystemInstanceInput
source · #[non_exhaustive]pub struct UndeploySystemInstanceInput { /* private fields */ }Implementations§
source§impl UndeploySystemInstanceInput
impl UndeploySystemInstanceInput
sourcepub fn builder() -> UndeploySystemInstanceInputBuilder
pub fn builder() -> UndeploySystemInstanceInputBuilder
Creates a new builder-style object to manufacture UndeploySystemInstanceInput.
source§impl UndeploySystemInstanceInput
impl UndeploySystemInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UndeploySystemInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UndeploySystemInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UndeploySystemInstance>
Trait Implementations§
source§impl Clone for UndeploySystemInstanceInput
impl Clone for UndeploySystemInstanceInput
source§fn clone(&self) -> UndeploySystemInstanceInput
fn clone(&self) -> UndeploySystemInstanceInput
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 UndeploySystemInstanceInput
impl Debug for UndeploySystemInstanceInput
source§impl PartialEq<UndeploySystemInstanceInput> for UndeploySystemInstanceInput
impl PartialEq<UndeploySystemInstanceInput> for UndeploySystemInstanceInput
source§fn eq(&self, other: &UndeploySystemInstanceInput) -> bool
fn eq(&self, other: &UndeploySystemInstanceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UndeploySystemInstanceInput
Auto Trait Implementations§
impl RefUnwindSafe for UndeploySystemInstanceInput
impl Send for UndeploySystemInstanceInput
impl Sync for UndeploySystemInstanceInput
impl Unpin for UndeploySystemInstanceInput
impl UnwindSafe for UndeploySystemInstanceInput
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