Docs.rs
dynamic-graphql-0.5.3
dynamic-graphql 0.5.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
smmoosavi
Dependencies
async-graphql ^5.0.5
normal
dynamic-graphql-derive ^0.5.3
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
InputType
Provided Associated Constants
NAME
Implementations on Foreign Types
&str
String
bool
f32
f64
i16
i32
i64
i8
isize
str
u16
u32
u64
u8
usize
Implementors
In dynamic_graphql
?
Trait
dynamic_graphql
::
InputType
source
·
[
−
]
pub trait InputType:
GraphqlType
{ const
NAME
: &'static
str
= <Self as GraphqlType>::NAME; }
Provided Associated Constants
§
source
const
NAME
: &'static
str
= <Self as GraphqlType>::NAME
Implementations on Foreign Types
§
source
§
impl
InputType
for
String
source
§
impl
InputType
for &
str
source
§
impl
InputType
for
str
source
§
impl
InputType
for
bool
source
§
impl
InputType
for
f32
source
§
impl
InputType
for
f64
source
§
impl
InputType
for
i8
source
§
impl
InputType
for
i16
source
§
impl
InputType
for
i32
source
§
impl
InputType
for
i64
source
§
impl
InputType
for
isize
source
§
impl
InputType
for
u8
source
§
impl
InputType
for
u16
source
§
impl
InputType
for
u32
source
§
impl
InputType
for
u64
source
§
impl
InputType
for
usize
Implementors
§
source
§
impl
InputType
for
ID
source
§
impl
InputType
for
Upload