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