pub struct ContributionCalendarMonth;
Trait Implementations§
Source§impl HasField<firstDay> for ContributionCalendarMonth
impl HasField<firstDay> for ContributionCalendarMonth
Source§impl HasField<name> for ContributionCalendarMonth
impl HasField<name> for ContributionCalendarMonth
Source§impl HasField<year> for ContributionCalendarMonth
impl HasField<year> for ContributionCalendarMonth
Auto Trait Implementations§
impl Freeze for ContributionCalendarMonth
impl RefUnwindSafe for ContributionCalendarMonth
impl Send for ContributionCalendarMonth
impl Sync for ContributionCalendarMonth
impl Unpin for ContributionCalendarMonth
impl UnwindSafe for ContributionCalendarMonth
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