pub struct contributionDays;Trait Implementations§
Source§impl Field for contributionDays
impl Field for contributionDays
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.
Auto Trait Implementations§
impl Freeze for contributionDays
impl RefUnwindSafe for contributionDays
impl Send for contributionDays
impl Sync for contributionDays
impl Unpin for contributionDays
impl UnwindSafe for contributionDays
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