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