pub struct RepositoryTopicEdge;
Trait Implementations§
Source§impl HasField<__typename> for RepositoryTopicEdge
impl HasField<__typename> for RepositoryTopicEdge
Source§impl HasField<cursor> for RepositoryTopicEdge
impl HasField<cursor> for RepositoryTopicEdge
Source§impl HasField<node> for RepositoryTopicEdge
impl HasField<node> for RepositoryTopicEdge
Source§type Type = Option<RepositoryTopic>
type Type = Option<RepositoryTopic>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for RepositoryTopicEdge
impl RefUnwindSafe for RepositoryTopicEdge
impl Send for RepositoryTopicEdge
impl Sync for RepositoryTopicEdge
impl Unpin for RepositoryTopicEdge
impl UnwindSafe for RepositoryTopicEdge
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