pub(crate) enum MonthRepr {
Numerical,
Long,
Short,
}
Variants§
Trait Implementations§
source§impl ToTokenStream for MonthRepr
impl ToTokenStream for MonthRepr
fn append_to(self, ts: &mut TokenStream)
Auto Trait Implementations§
impl Freeze for MonthRepr
impl RefUnwindSafe for MonthRepr
impl Send for MonthRepr
impl Sync for MonthRepr
impl Unpin for MonthRepr
impl UnwindSafe for MonthRepr
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