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