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