pub struct TimeSystemStatus { /* private fields */ }Trait Implementations§
source§impl Debug for TimeSystemStatus
impl Debug for TimeSystemStatus
source§impl<'de> Deserialize<'de> for TimeSystemStatus
impl<'de> Deserialize<'de> for TimeSystemStatus
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 TimeSystemStatus
impl PartialEq for TimeSystemStatus
source§fn eq(&self, other: &TimeSystemStatus) -> bool
fn eq(&self, other: &TimeSystemStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TimeSystemStatus
impl Serialize for TimeSystemStatus
impl StructuralPartialEq for TimeSystemStatus
Auto Trait Implementations§
impl Freeze for TimeSystemStatus
impl RefUnwindSafe for TimeSystemStatus
impl Send for TimeSystemStatus
impl Sync for TimeSystemStatus
impl Unpin for TimeSystemStatus
impl UnwindSafe for TimeSystemStatus
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