Struct aws_sdk_devicefarm::output::DeleteDevicePoolOutput
source · #[non_exhaustive]pub struct DeleteDevicePoolOutput {}Expand description
Represents the result of a delete device pool request.
Implementations§
source§impl DeleteDevicePoolOutput
impl DeleteDevicePoolOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDevicePoolOutput.
Trait Implementations§
source§impl Clone for DeleteDevicePoolOutput
impl Clone for DeleteDevicePoolOutput
source§fn clone(&self) -> DeleteDevicePoolOutput
fn clone(&self) -> DeleteDevicePoolOutput
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 DeleteDevicePoolOutput
impl Debug for DeleteDevicePoolOutput
source§impl PartialEq<DeleteDevicePoolOutput> for DeleteDevicePoolOutput
impl PartialEq<DeleteDevicePoolOutput> for DeleteDevicePoolOutput
source§fn eq(&self, other: &DeleteDevicePoolOutput) -> bool
fn eq(&self, other: &DeleteDevicePoolOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.