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