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