pub struct TagContributorsList;
Trait Implementations§
Source§impl HasField<__typename> for TagContributorsList
impl HasField<__typename> for TagContributorsList
Source§impl HasField<contributors> for TagContributorsList
impl HasField<contributors> for TagContributorsList
Source§impl HasField<totalCount> for TagContributorsList
impl HasField<totalCount> for TagContributorsList
Auto Trait Implementations§
impl Freeze for TagContributorsList
impl RefUnwindSafe for TagContributorsList
impl Send for TagContributorsList
impl Sync for TagContributorsList
impl Unpin for TagContributorsList
impl UnwindSafe for TagContributorsList
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