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