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