Enum FotaType
pub enum FotaType {
Diff,
Full,
}Variants§
Trait Implementations§
§impl<'de> Deserialize<'de> for FotaType
impl<'de> Deserialize<'de> for FotaType
§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
Auto Trait Implementations§
impl Freeze for FotaType
impl RefUnwindSafe for FotaType
impl Send for FotaType
impl Sync for FotaType
impl Unpin for FotaType
impl UnwindSafe for FotaType
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