pub struct UpdateDeviceResponse {
pub device: Option<Device>,
}Fields§
§device: Option<Device>Information about the device.
Trait Implementations§
Source§impl Clone for UpdateDeviceResponse
impl Clone for UpdateDeviceResponse
Source§fn clone(&self) -> UpdateDeviceResponse
fn clone(&self) -> UpdateDeviceResponse
Returns a duplicate 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 UpdateDeviceResponse
impl Debug for UpdateDeviceResponse
Source§impl Default for UpdateDeviceResponse
impl Default for UpdateDeviceResponse
Source§fn default() -> UpdateDeviceResponse
fn default() -> UpdateDeviceResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateDeviceResponse
impl<'de> Deserialize<'de> for UpdateDeviceResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateDeviceResponse
impl PartialEq for UpdateDeviceResponse
impl StructuralPartialEq for UpdateDeviceResponse
Auto Trait Implementations§
impl Freeze for UpdateDeviceResponse
impl RefUnwindSafe for UpdateDeviceResponse
impl Send for UpdateDeviceResponse
impl Sync for UpdateDeviceResponse
impl Unpin for UpdateDeviceResponse
impl UnwindSafe for UpdateDeviceResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more