pub(crate) struct DateTime {
date: Date,
time: Time,
offset: Option<Offset>,
}
Fields§
§date: Date
§time: Time
§offset: Option<Offset>
Trait Implementations§
source§impl ToTokenTree for DateTime
impl ToTokenTree for DateTime
fn into_token_tree(self) -> TokenTree
Auto Trait Implementations§
impl Freeze for DateTime
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