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