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