pub struct contributionCalendar;Trait Implementations§
Source§impl Field for contributionCalendar
impl Field for contributionCalendar
Source§impl HasField<contributionCalendar> for ContributionsCollection
impl HasField<contributionCalendar> for ContributionsCollection
Source§type Type = ContributionCalendar
type Type = ContributionCalendar
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