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