pub struct DateTime {
pub year: i64,
pub month: i64,
pub day: i64,
pub hour: i64,
pub min: i64,
pub sec: i64,
}Fields§
§year: i64§month: i64§day: i64§hour: i64§min: i64§sec: i64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DateTime
impl Send for DateTime
impl Sync for DateTime
impl Unpin for DateTime
impl UnwindSafe for DateTime
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