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