pub struct ContributionCalendarDay;Trait Implementations§
Source§impl HasField<__typename> for ContributionCalendarDay
impl HasField<__typename> for ContributionCalendarDay
Source§impl HasField<color> for ContributionCalendarDay
impl HasField<color> for ContributionCalendarDay
Source§impl HasField<contributionLevel> for ContributionCalendarDay
impl HasField<contributionLevel> for ContributionCalendarDay
Source§type Type = ContributionLevel
type Type = ContributionLevel
The schema marker type of this field.
Source§impl HasField<date> for ContributionCalendarDay
impl HasField<date> for ContributionCalendarDay
Source§impl HasField<weekday> for ContributionCalendarDay
impl HasField<weekday> for ContributionCalendarDay
Auto Trait Implementations§
impl Freeze for ContributionCalendarDay
impl RefUnwindSafe for ContributionCalendarDay
impl Send for ContributionCalendarDay
impl Sync for ContributionCalendarDay
impl Unpin for ContributionCalendarDay
impl UnwindSafe for ContributionCalendarDay
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