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