struct Cache {
zone: TimeZone,
source: Source,
last_checked: SystemTime,
}
Fields§
§zone: TimeZone
§source: Source
§last_checked: SystemTime
Implementations§
source§impl Cache
impl Cache
fn offset( &mut self, d: NaiveDateTime, local: bool, ) -> MappedLocalTime<FixedOffset>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cache
impl RefUnwindSafe for Cache
impl Send for Cache
impl Sync for Cache
impl Unpin for Cache
impl UnwindSafe for Cache
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