Struct follow_heating::time_util::mytime::DummyTimeProvider
source · pub struct DummyTimeProvider {
utc_time: DateTime<Utc>,
}
Fields§
§utc_time: DateTime<Utc>
Implementations§
Trait Implementations§
source§impl Debug for DummyTimeProvider
impl Debug for DummyTimeProvider
source§impl TimeProvider for DummyTimeProvider
impl TimeProvider for DummyTimeProvider
fn get_utc_time(&self) -> DateTime<Utc>
fn get_local_time(&self) -> DateTime<Local>
Auto Trait Implementations§
impl RefUnwindSafe for DummyTimeProvider
impl Send for DummyTimeProvider
impl Sync for DummyTimeProvider
impl Unpin for DummyTimeProvider
impl UnwindSafe for DummyTimeProvider
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