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