pub struct months;Trait Implementations§
Source§impl HasField<months> for ContributionCalendar
impl HasField<months> for ContributionCalendar
Source§type Type = Vec<ContributionCalendarMonth>
type Type = Vec<ContributionCalendarMonth>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for months
impl RefUnwindSafe for months
impl Send for months
impl Sync for months
impl Unpin for months
impl UnwindSafe for months
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