[][src]Trait speedruns::data::graphql::StatsFields

pub trait StatsFields {
    fn field_last_updated<'a>(&self, executor: &Executor<'a, Context>) -> f64;
fn field_games<'a>(&self, executor: &Executor<'a, Context>) -> i32;
fn field_runs<'a>(&self, executor: &Executor<'a, Context>) -> i32;
fn field_version<'a>(&self, executor: &Executor<'a, Context>) -> String; }

Trait for GraphQL field methods generated by juniper-from-schema.

Required methods

fn field_last_updated<'a>(&self, executor: &Executor<'a, Context>) -> f64

Field method generated by juniper-from-schema.

fn field_games<'a>(&self, executor: &Executor<'a, Context>) -> i32

Field method generated by juniper-from-schema.

fn field_runs<'a>(&self, executor: &Executor<'a, Context>) -> i32

Field method generated by juniper-from-schema.

fn field_version<'a>(&self, executor: &Executor<'a, Context>) -> String

Field method generated by juniper-from-schema.

Loading content...

Implementors

impl StatsFields for Stats[src]

Loading content...