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