pub struct Index {
pub firmware: String,
pub firmware_update: String,
pub firmware_update_bin: String,
pub bootloader: String,
pub bootloader_update_bin: String,
pub config: String,
pub firmware_version: String,
pub bootloader_version: String,
}Fields§
§firmware: String§firmware_update: String§firmware_update_bin: String§bootloader: String§bootloader_update_bin: String§config: String§firmware_version: String§bootloader_version: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Index
impl<'de> Deserialize<'de> for Index
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
Auto Trait Implementations§
impl Freeze for Index
impl RefUnwindSafe for Index
impl Send for Index
impl Sync for Index
impl Unpin for Index
impl UnwindSafe for Index
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