Struct aws_sdk_devicefarm::output::CreateDevicePoolOutput
source · [−]#[non_exhaustive]pub struct CreateDevicePoolOutput { /* private fields */ }Expand description
Represents the result of a create device pool request.
Implementations
sourceimpl CreateDevicePoolOutput
impl CreateDevicePoolOutput
sourcepub fn device_pool(&self) -> Option<&DevicePool>
pub fn device_pool(&self) -> Option<&DevicePool>
The newly created device pool.
sourceimpl CreateDevicePoolOutput
impl CreateDevicePoolOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDevicePoolOutput.
Trait Implementations
sourceimpl Clone for CreateDevicePoolOutput
impl Clone for CreateDevicePoolOutput
sourcefn clone(&self) -> CreateDevicePoolOutput
fn clone(&self) -> CreateDevicePoolOutput
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 CreateDevicePoolOutput
impl Debug for CreateDevicePoolOutput
sourceimpl PartialEq<CreateDevicePoolOutput> for CreateDevicePoolOutput
impl PartialEq<CreateDevicePoolOutput> for CreateDevicePoolOutput
sourcefn eq(&self, other: &CreateDevicePoolOutput) -> bool
fn eq(&self, other: &CreateDevicePoolOutput) -> bool
impl StructuralPartialEq for CreateDevicePoolOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateDevicePoolOutput
impl Send for CreateDevicePoolOutput
impl Sync for CreateDevicePoolOutput
impl Unpin for CreateDevicePoolOutput
impl UnwindSafe for CreateDevicePoolOutput
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