pub struct Resources {
pub local_time: String,
pub universal_time: String,
pub rtc_time: String,
pub time_zone: String,
pub ntp_enabled: bool,
pub system_clock_synchronized: bool,
pub rtc_in_local_tz: bool,
pub epoc_utc: i64,
}Fields§
§local_time: String§universal_time: String§rtc_time: String§time_zone: String§ntp_enabled: bool§system_clock_synchronized: bool§rtc_in_local_tz: bool§epoc_utc: i64Trait Implementations§
Source§impl<'de> Deserialize<'de> for Resources
impl<'de> Deserialize<'de> for Resources
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 Resources
impl RefUnwindSafe for Resources
impl Send for Resources
impl Sync for Resources
impl Unpin for Resources
impl UnwindSafe for Resources
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