Struct aws_sdk_devicefarm::output::GetDeviceInstanceOutput
source · [−]#[non_exhaustive]pub struct GetDeviceInstanceOutput { /* private fields */ }Implementations
sourceimpl GetDeviceInstanceOutput
impl GetDeviceInstanceOutput
sourcepub fn device_instance(&self) -> Option<&DeviceInstance>
pub fn device_instance(&self) -> Option<&DeviceInstance>
An object that contains information about your device instance.
sourceimpl GetDeviceInstanceOutput
impl GetDeviceInstanceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeviceInstanceOutput.
Trait Implementations
sourceimpl Clone for GetDeviceInstanceOutput
impl Clone for GetDeviceInstanceOutput
sourcefn clone(&self) -> GetDeviceInstanceOutput
fn clone(&self) -> GetDeviceInstanceOutput
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 GetDeviceInstanceOutput
impl Debug for GetDeviceInstanceOutput
sourceimpl PartialEq<GetDeviceInstanceOutput> for GetDeviceInstanceOutput
impl PartialEq<GetDeviceInstanceOutput> for GetDeviceInstanceOutput
sourcefn eq(&self, other: &GetDeviceInstanceOutput) -> bool
fn eq(&self, other: &GetDeviceInstanceOutput) -> bool
impl StructuralPartialEq for GetDeviceInstanceOutput
Auto Trait Implementations
impl RefUnwindSafe for GetDeviceInstanceOutput
impl Send for GetDeviceInstanceOutput
impl Sync for GetDeviceInstanceOutput
impl Unpin for GetDeviceInstanceOutput
impl UnwindSafe for GetDeviceInstanceOutput
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