pub struct Topic;
Trait Implementations§
Source§impl HasField<__typename> for Topic
impl HasField<__typename> for Topic
Source§impl HasField<repositories> for Topic
impl HasField<repositories> for Topic
Source§type Type = RepositoryConnection
type Type = RepositoryConnection
The schema marker type of this field.
Source§impl HasField<stargazerCount> for Topic
impl HasField<stargazerCount> for Topic
Source§impl HasField<stargazers> for Topic
impl HasField<stargazers> for Topic
Source§type Type = StargazerConnection
type Type = StargazerConnection
The schema marker type of this field.
Source§impl HasField<viewerHasStarred> for Topic
impl HasField<viewerHasStarred> for Topic
impl HasSubtype<Topic> for Node
impl HasSubtype<Topic> for Starrable
Auto Trait Implementations§
impl Freeze for Topic
impl RefUnwindSafe for Topic
impl Send for Topic
impl Sync for Topic
impl Unpin for Topic
impl UnwindSafe for Topic
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