pub struct NoLeapDatetime {
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 NoLeapDatetime
impl CalendarDatetime for NoLeapDatetime
Auto Trait Implementations§
impl Freeze for NoLeapDatetime
impl RefUnwindSafe for NoLeapDatetime
impl Send for NoLeapDatetime
impl Sync for NoLeapDatetime
impl Unpin for NoLeapDatetime
impl UnwindSafe for NoLeapDatetime
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