pub struct HDateTime {
pub dt: DateTime<FixedOffset>,
pub tz_name: String,
}Expand description
Timezone-aware datetime with Haystack city-based timezone name.
Stores chrono DateTime
Zinc: 2024-01-01T08:12:05-05:00 New_York
Fields§
§dt: DateTime<FixedOffset>§tz_name: StringImplementations§
Trait Implementations§
Source§impl PartialOrd for HDateTime
impl PartialOrd for HDateTime
impl Eq for HDateTime
Auto Trait Implementations§
impl Freeze for HDateTime
impl RefUnwindSafe for HDateTime
impl Send for HDateTime
impl Sync for HDateTime
impl Unpin for HDateTime
impl UnsafeUnpin for HDateTime
impl UnwindSafe for HDateTime
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