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