pub struct TimeSnapshotResponse {
pub system_time_ms: Option<u8>,
pub posix_time_ms: Option<u8>,
}Fields§
§system_time_ms: Option<u8>§posix_time_ms: Option<u8>Trait Implementations§
Source§impl Debug for TimeSnapshotResponse
impl Debug for TimeSnapshotResponse
Auto Trait Implementations§
impl Freeze for TimeSnapshotResponse
impl RefUnwindSafe for TimeSnapshotResponse
impl Send for TimeSnapshotResponse
impl Sync for TimeSnapshotResponse
impl Unpin for TimeSnapshotResponse
impl UnwindSafe for TimeSnapshotResponse
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