pub struct SoftwareUpdate {
pub automatic_check_enabled: bool,
pub last_updates_available: u8,
}Fields§
§automatic_check_enabled: bool§last_updates_available: u8Trait Implementations§
Source§impl Debug for SoftwareUpdate
impl Debug for SoftwareUpdate
Source§impl<'de> Deserialize<'de> for SoftwareUpdate
impl<'de> Deserialize<'de> for SoftwareUpdate
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 SoftwareUpdate
impl RefUnwindSafe for SoftwareUpdate
impl Send for SoftwareUpdate
impl Sync for SoftwareUpdate
impl Unpin for SoftwareUpdate
impl UnwindSafe for SoftwareUpdate
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