pub struct Release;
Trait Implementations§
Source§impl HasField<__typename> for Release
impl HasField<__typename> for Release
Source§impl HasField<databaseId> for Release
impl HasField<databaseId> for Release
Source§impl HasField<description> for Release
impl HasField<description> for Release
Source§impl HasField<descriptionHTML> for Release
impl HasField<descriptionHTML> for Release
Source§impl HasField<isPrerelease> for Release
impl HasField<isPrerelease> for Release
Source§impl HasField<mentions> for Release
impl HasField<mentions> for Release
Source§type Type = Option<UserConnection>
type Type = Option<UserConnection>
The schema marker type of this field.
Source§impl HasField<publishedAt> for Release
impl HasField<publishedAt> for Release
Source§impl HasField<reactionGroups> for Release
impl HasField<reactionGroups> for Release
Source§impl HasField<reactions> for Release
impl HasField<reactions> for Release
Source§type Type = ReactionConnection
type Type = ReactionConnection
The schema marker type of this field.
Source§impl HasField<releaseAssets> for Release
impl HasField<releaseAssets> for Release
Source§type Type = ReleaseAssetConnection
type Type = ReleaseAssetConnection
The schema marker type of this field.
Source§impl HasField<repository> for Release
impl HasField<repository> for Release
Source§type Type = Repository
type Type = Repository
The schema marker type of this field.
Source§impl HasField<resourcePath> for Release
impl HasField<resourcePath> for Release
Source§impl HasField<shortDescriptionHTML> for Release
impl HasField<shortDescriptionHTML> for Release
Source§impl HasField<viewerCanReact> for Release
impl HasField<viewerCanReact> for Release
impl HasSubtype<Release> for Node
impl HasSubtype<Release> for Reactable
impl HasSubtype<Release> for UniformResourceLocatable
Auto Trait Implementations§
impl Freeze for Release
impl RefUnwindSafe for Release
impl Send for Release
impl Sync for Release
impl Unpin for Release
impl UnwindSafe for Release
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