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