pub struct TimeCrateProvider;
Trait Implementations§
Source§impl Debug for TimeCrateProvider
impl Debug for TimeCrateProvider
Source§impl TimeProvider for TimeCrateProvider
impl TimeProvider for TimeCrateProvider
impl Send for TimeCrateProvider
impl Sync for TimeCrateProvider
Auto Trait Implementations§
impl Freeze for TimeCrateProvider
impl RefUnwindSafe for TimeCrateProvider
impl Unpin for TimeCrateProvider
impl UnwindSafe for TimeCrateProvider
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