Docs.rs
graphgate-schema-0.5.1
graphgate-schema 0.5.1
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sunli829
Dependencies
indexmap ^1.6.2
normal
async-graphql-parser ^2.5.9
normal
thiserror ^1.0.24
normal
async-graphql-value ^2.5.9
normal
Versions
0%
of the crate is documented
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
ValueExt
graphgate_
schema
0.5.1
Value
Ext
Required Methods
referenced_variables
Implementations on Foreign Types
Value
Implementors
In crate graphgate_
schema
graphgate_schema
Trait
Value
Ext
Copy item path
Source
pub trait ValueExt { // Required method fn
referenced_variables
(&self) ->
IndexSet
<&
str
>; }
Required Methods
§
Source
fn
referenced_variables
(&self) ->
IndexSet
<&
str
>
Implementations on Foreign Types
§
Source
§
impl
ValueExt
for
Value
Source
§
fn
referenced_variables
(&self) ->
IndexSet
<&
str
>
Implementors
§