pub struct Day360Datetime {
pub timestamp: i64,
pub nanoseconds: u32,
pub tz: Tz,
pub calendar: Calendar,
}Fields§
§timestamp: i64§nanoseconds: u32§tz: Tz§calendar: CalendarImplementations§
Trait Implementations§
Source§impl CalendarDatetime for Day360Datetime
impl CalendarDatetime for Day360Datetime
Auto Trait Implementations§
impl Freeze for Day360Datetime
impl RefUnwindSafe for Day360Datetime
impl Send for Day360Datetime
impl Sync for Day360Datetime
impl Unpin for Day360Datetime
impl UnwindSafe for Day360Datetime
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