pub enum SetOtaStatusResponse {
SetOtaStatusResponseOneOf(SetOtaStatusResponseOneOf),
String(String),
}
Variants§
SetOtaStatusResponseOneOf(SetOtaStatusResponseOneOf)
String(String)
Message indicating the result of the operation when config was successfully updated
Trait Implementations§
Source§impl Clone for SetOtaStatusResponse
impl Clone for SetOtaStatusResponse
Source§fn clone(&self) -> SetOtaStatusResponse
fn clone(&self) -> SetOtaStatusResponse
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 SetOtaStatusResponse
impl Debug for SetOtaStatusResponse
Source§impl Default for SetOtaStatusResponse
impl Default for SetOtaStatusResponse
Source§impl<'de> Deserialize<'de> for SetOtaStatusResponse
impl<'de> Deserialize<'de> for SetOtaStatusResponse
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 SetOtaStatusResponse
impl PartialEq for SetOtaStatusResponse
Source§impl Serialize for SetOtaStatusResponse
impl Serialize for SetOtaStatusResponse
impl StructuralPartialEq for SetOtaStatusResponse
Auto Trait Implementations§
impl Freeze for SetOtaStatusResponse
impl RefUnwindSafe for SetOtaStatusResponse
impl Send for SetOtaStatusResponse
impl Sync for SetOtaStatusResponse
impl Unpin for SetOtaStatusResponse
impl UnwindSafe for SetOtaStatusResponse
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