pub(crate) struct Date {
pub(crate) year: i32,
pub(crate) ordinal: u16,
}Fields§
§year: i32§ordinal: u16Trait Implementations§
Source§impl ToTokenStream for Date
impl ToTokenStream for Date
fn append_to(self, ts: &mut TokenStream)
fn into_token_stream(self) -> TokenStream
Auto Trait Implementations§
impl Freeze for Date
impl RefUnwindSafe for Date
impl Send for Date
impl Sync for Date
impl Unpin for Date
impl UnwindSafe for Date
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