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