pub struct GetOTAUpdateResponse {
pub ota_update_info: Option<OTAUpdateInfo>,
}Fields§
§ota_update_info: Option<OTAUpdateInfo>The OTA update info.
Trait Implementations§
Source§impl Clone for GetOTAUpdateResponse
impl Clone for GetOTAUpdateResponse
Source§fn clone(&self) -> GetOTAUpdateResponse
fn clone(&self) -> GetOTAUpdateResponse
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 GetOTAUpdateResponse
impl Debug for GetOTAUpdateResponse
Source§impl Default for GetOTAUpdateResponse
impl Default for GetOTAUpdateResponse
Source§fn default() -> GetOTAUpdateResponse
fn default() -> GetOTAUpdateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetOTAUpdateResponse
impl<'de> Deserialize<'de> for GetOTAUpdateResponse
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 GetOTAUpdateResponse
impl PartialEq for GetOTAUpdateResponse
impl StructuralPartialEq for GetOTAUpdateResponse
Auto Trait Implementations§
impl Freeze for GetOTAUpdateResponse
impl RefUnwindSafe for GetOTAUpdateResponse
impl Send for GetOTAUpdateResponse
impl Sync for GetOTAUpdateResponse
impl Unpin for GetOTAUpdateResponse
impl UnwindSafe for GetOTAUpdateResponse
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