pub struct VALID_RTC_TIME { /* private fields */ }
Trait Implementations§
Source§impl Deref for VALID_RTC_TIME
impl Deref for VALID_RTC_TIME
Source§type Target = Instant<SyntheticTimeline>
type Target = Instant<SyntheticTimeline>
The resulting type after dereferencing.
Source§fn deref(&self) -> &SyntheticInstant
fn deref(&self) -> &SyntheticInstant
Dereferences the value.
impl LazyStatic for VALID_RTC_TIME
Auto Trait Implementations§
impl Freeze for VALID_RTC_TIME
impl RefUnwindSafe for VALID_RTC_TIME
impl Send for VALID_RTC_TIME
impl Sync for VALID_RTC_TIME
impl Unpin for VALID_RTC_TIME
impl UnwindSafe for VALID_RTC_TIME
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