pub(crate) struct UtcDateTime {
date: Date,
time: Time,
}
Fields§
§date: Date
§time: Time
Trait Implementations§
Source§impl ToTokenTree for UtcDateTime
impl ToTokenTree for UtcDateTime
fn into_token_tree(self) -> TokenTree
Auto Trait Implementations§
impl Freeze for UtcDateTime
impl RefUnwindSafe for UtcDateTime
impl Send for UtcDateTime
impl Sync for UtcDateTime
impl Unpin for UtcDateTime
impl UnwindSafe for UtcDateTime
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