pub struct Query;
Trait Implementations§
Source§impl HasField<__typename> for Query
impl HasField<__typename> for Query
Source§impl HasField<codeOfConduct> for Query
impl HasField<codeOfConduct> for Query
Source§type Type = Option<CodeOfConduct>
type Type = Option<CodeOfConduct>
The schema marker type of this field.
Source§impl HasField<codesOfConduct> for Query
impl HasField<codesOfConduct> for Query
Source§impl HasField<enterprise> for Query
impl HasField<enterprise> for Query
Source§type Type = Option<Enterprise>
type Type = Option<Enterprise>
The schema marker type of this field.
Source§impl HasField<enterpriseAdministratorInvitation> for Query
impl HasField<enterpriseAdministratorInvitation> for Query
Source§type Type = Option<EnterpriseAdministratorInvitation>
type Type = Option<EnterpriseAdministratorInvitation>
The schema marker type of this field.
Source§impl HasField<enterpriseAdministratorInvitationByToken> for Query
impl HasField<enterpriseAdministratorInvitationByToken> for Query
Source§type Type = Option<EnterpriseAdministratorInvitation>
type Type = Option<EnterpriseAdministratorInvitation>
The schema marker type of this field.
Source§impl HasField<marketplaceCategories> for Query
impl HasField<marketplaceCategories> for Query
Source§type Type = Vec<MarketplaceCategory>
type Type = Vec<MarketplaceCategory>
The schema marker type of this field.
Source§impl HasField<marketplaceCategory> for Query
impl HasField<marketplaceCategory> for Query
Source§type Type = Option<MarketplaceCategory>
type Type = Option<MarketplaceCategory>
The schema marker type of this field.
Source§impl HasField<marketplaceListing> for Query
impl HasField<marketplaceListing> for Query
Source§type Type = Option<MarketplaceListing>
type Type = Option<MarketplaceListing>
The schema marker type of this field.
Source§impl HasField<marketplaceListings> for Query
impl HasField<marketplaceListings> for Query
Source§type Type = MarketplaceListingConnection
type Type = MarketplaceListingConnection
The schema marker type of this field.
Source§impl HasField<meta> for Query
impl HasField<meta> for Query
Source§type Type = GitHubMetadata
type Type = GitHubMetadata
The schema marker type of this field.
Source§impl HasField<organization> for Query
impl HasField<organization> for Query
Source§type Type = Option<Organization>
type Type = Option<Organization>
The schema marker type of this field.
Source§impl HasField<repository> for Query
impl HasField<repository> for Query
Source§type Type = Option<Repository>
type Type = Option<Repository>
The schema marker type of this field.
Source§impl HasField<repositoryOwner> for Query
impl HasField<repositoryOwner> for Query
Source§type Type = Option<RepositoryOwner>
type Type = Option<RepositoryOwner>
The schema marker type of this field.
Source§impl HasField<resource> for Query
impl HasField<resource> for Query
Source§type Type = Option<UniformResourceLocatable>
type Type = Option<UniformResourceLocatable>
The schema marker type of this field.
Source§impl HasField<search> for Query
impl HasField<search> for Query
Source§type Type = SearchResultItemConnection
type Type = SearchResultItemConnection
The schema marker type of this field.
Source§impl HasField<securityAdvisories> for Query
impl HasField<securityAdvisories> for Query
Source§type Type = SecurityAdvisoryConnection
type Type = SecurityAdvisoryConnection
The schema marker type of this field.
Source§impl HasField<securityAdvisory> for Query
impl HasField<securityAdvisory> for Query
Source§type Type = Option<SecurityAdvisory>
type Type = Option<SecurityAdvisory>
The schema marker type of this field.
Source§impl HasField<securityVulnerabilities> for Query
impl HasField<securityVulnerabilities> for Query
Source§type Type = SecurityVulnerabilityConnection
type Type = SecurityVulnerabilityConnection
The schema marker type of this field.
Source§impl HasField<sponsorables> for Query
impl HasField<sponsorables> for Query
Source§type Type = SponsorableItemConnection
type Type = SponsorableItemConnection
The schema marker type of this field.
impl QueryRoot for Query
Auto Trait Implementations§
impl Freeze for Query
impl RefUnwindSafe for Query
impl Send for Query
impl Sync for Query
impl Unpin for Query
impl UnwindSafe for Query
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