pub(crate) struct UtcDateTime {
date: Date,
time: Time,
}Fields§
§date: Date§time: TimeTrait Implementations§
Source§impl ToTokenStream for UtcDateTime
impl ToTokenStream for UtcDateTime
fn append_to(self, ts: &mut TokenStream)
fn into_token_stream(self) -> TokenStream
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