Docs.rs
  • dynamic-graphql-0.7.0
    • dynamic-graphql 0.7.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • smmoosavi
    • Dependencies
      • async-graphql ^5.0.5 normal
      • dynamic-graphql-derive ^0.7.0 normal
      • fnv ^1 normal
    • Versions
    • 0% 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
logo

logo

GetInputTypeRef

Required Methods

  • get_input_type_ref

Implementations on Foreign Types

  • &[T]
  • Option<T>
  • Result<T, E>
  • Vec<T>

Implementors

In dynamic_graphql::internal

?
Change settings

Trait dynamic_graphql::internal::GetInputTypeRef

source ·
pub trait GetInputTypeRef {
    // Required method
    fn get_input_type_ref() -> TypeRefBuilder;
}

Required Methods§

source

fn get_input_type_ref() -> TypeRefBuilder

Implementations on Foreign Types§

source§

impl<T: GetInputTypeRef> GetInputTypeRef for Vec<T>

source§

fn get_input_type_ref() -> TypeRefBuilder

source§

impl<T: GetInputTypeRef> GetInputTypeRef for &[T]

source§

fn get_input_type_ref() -> TypeRefBuilder

source§

impl<T: GetInputTypeRef> GetInputTypeRef for Option<T>

source§

fn get_input_type_ref() -> TypeRefBuilder

source§

impl<T: GetInputTypeRef, E> GetInputTypeRef for Result<T, E>

source§

fn get_input_type_ref() -> TypeRefBuilder

Implementors§

source§

impl<T: GetInputTypeRef> GetInputTypeRef for MaybeUndefined<T>

source§

impl<T: InputTypeName> GetInputTypeRef for T