Docs.rs
  • cynic-parser-0.3.0
    • cynic-parser 0.3.0
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • obmarg
    • Dependencies
      • ariadne ^0.4 normal optional
      • indexmap ^2 normal
      • lalrpop-util ^0.20.0 normal
      • logos ^0.13 normal
      • pretty ^0.12 normal optional
      • apollo-parser ^0.7 dev
      • async-graphql-parser ^7 dev
      • divan ^0.1 dev
      • graphql-parser ^0.4 dev
      • insta ^1.29 dev
      • similar-asserts ^1.5 dev
    • Versions
    • 1.16% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cynic_parser0.3.0

IdReader

Required Associated Types

  • Id

Implementors

In cynic_parser::executable::iter

Trait cynic_parser::executable::iter::IdReader

source ·
pub trait IdReader {
    type Id: ExecutableId;
}

Required Associated Types§

source

type Id: ExecutableId

Implementors§

source§

impl IdReader for ExecutableDefinition<'_>

§

type Id = ExecutableDefinitionId

source§

impl IdReader for Selection<'_>

§

type Id = SelectionId

source§

impl IdReader for Argument<'_>

§

type Id = ArgumentId

source§

impl IdReader for Directive<'_>

§

type Id = DirectiveId

source§

impl IdReader for FieldSelection<'_>

§

type Id = FieldSelectionId

source§

impl IdReader for FragmentDefinition<'_>

§

type Id = FragmentDefinitionId

source§

impl IdReader for FragmentSpread<'_>

§

type Id = FragmentSpreadId

source§

impl IdReader for InlineFragment<'_>

§

type Id = InlineFragmentId

source§

impl IdReader for OperationDefinition<'_>

§

type Id = OperationDefinitionId

source§

impl IdReader for VariableDefinition<'_>

§

type Id = VariableDefinitionId