pub struct TagContributor;
Trait Implementations§
Source§impl HasField<__typename> for TagContributor
impl HasField<__typename> for TagContributor
Source§impl HasField<contributionScore> for TagContributor
impl HasField<contributionScore> for TagContributor
Source§impl HasField<numCommits> for TagContributor
impl HasField<numCommits> for TagContributor
Source§impl HasField<user> for TagContributor
impl HasField<user> for TagContributor
Source§impl HasField<voteCount> for TagContributor
impl HasField<voteCount> for TagContributor
Auto Trait Implementations§
impl Freeze for TagContributor
impl RefUnwindSafe for TagContributor
impl Send for TagContributor
impl Sync for TagContributor
impl Unpin for TagContributor
impl UnwindSafe for TagContributor
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