pub struct TimeUnknown;
Expand description
A time provider that knows nothing.
It ignores any input, and always produces the maximum uncertainty.
Trait Implementations§
Source§impl TimeProvider for TimeUnknown
impl TimeProvider for TimeUnknown
Auto Trait Implementations§
impl Freeze for TimeUnknown
impl RefUnwindSafe for TimeUnknown
impl Send for TimeUnknown
impl Sync for TimeUnknown
impl Unpin for TimeUnknown
impl UnwindSafe for TimeUnknown
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