#[non_exhaustive]pub struct GetDeviceInstanceOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl GetDeviceInstanceOutput
impl GetDeviceInstanceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeviceInstanceOutput.
Trait Implementations§
source§impl Clone for GetDeviceInstanceOutput
impl Clone for GetDeviceInstanceOutput
source§fn clone(&self) -> GetDeviceInstanceOutput
fn clone(&self) -> GetDeviceInstanceOutput
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 GetDeviceInstanceOutput
impl Debug for GetDeviceInstanceOutput
source§impl PartialEq<GetDeviceInstanceOutput> for GetDeviceInstanceOutput
impl PartialEq<GetDeviceInstanceOutput> for GetDeviceInstanceOutput
source§fn eq(&self, other: &GetDeviceInstanceOutput) -> bool
fn eq(&self, other: &GetDeviceInstanceOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.