fn type_name() -> &'static str
fn parse(value: &Value) -> Option<Self>
fn to_json(&self) -> Result<Value>
impl GQLScalar for bool
[src]fn type_name() -> &'static str
[src]fn description() -> Option<&'static str>
[src]fn parse(value: &Value) -> Option<Self>
[src]fn to_json(&self) -> Result<Value>
[src]impl GQLScalar for f32
[src]fn type_name() -> &'static str
[src]fn description() -> Option<&'static str>
[src]fn parse(value: &Value) -> Option<Self>
[src]fn to_json(&self) -> Result<Value>
[src]impl GQLScalar for f64
[src]fn type_name() -> &'static str
[src]fn description() -> Option<&'static str>
[src]fn parse(value: &Value) -> Option<Self>
[src]fn to_json(&self) -> Result<Value>
[src]impl GQLScalar for i8
[src]fn type_name() -> &'static str
[src]fn description() -> Option<&'static str>
[src]fn parse(value: &Value) -> Option<Self>
[src]fn to_json(&self) -> Result<Value>
[src]impl GQLScalar for i16
[src]fn type_name() -> &'static str
[src]fn description() -> Option<&'static str>
[src]fn parse(value: &Value) -> Option<Self>
[src]fn to_json(&self) -> Result<Value>
[src]impl GQLScalar for i32
[src]fn type_name() -> &'static str
[src]fn description() -> Option<&'static str>
[src]fn parse(value: &Value) -> Option<Self>
[src]fn to_json(&self) -> Result<Value>
[src]impl GQLScalar for i64
[src]fn type_name() -> &'static str
[src]fn description() -> Option<&'static str>
[src]fn parse(value: &Value) -> Option<Self>
[src]fn to_json(&self) -> Result<Value>
[src]impl GQLScalar for u8
[src]fn type_name() -> &'static str
[src]fn description() -> Option<&'static str>
[src]fn parse(value: &Value) -> Option<Self>
[src]fn to_json(&self) -> Result<Value>
[src]impl GQLScalar for u16
[src]fn type_name() -> &'static str
[src]fn description() -> Option<&'static str>
[src]fn parse(value: &Value) -> Option<Self>
[src]fn to_json(&self) -> Result<Value>
[src]impl GQLScalar for u32
[src]fn type_name() -> &'static str
[src]fn description() -> Option<&'static str>
[src]fn parse(value: &Value) -> Option<Self>
[src]fn to_json(&self) -> Result<Value>
[src]impl GQLScalar for u64
[src]fn type_name() -> &'static str
[src]fn description() -> Option<&'static str>
[src]fn parse(value: &Value) -> Option<Self>
[src]fn to_json(&self) -> Result<Value>
[src]impl GQLScalar for String
[src]fn type_name() -> &'static str
[src]fn description() -> Option<&'static str>
[src]fn parse(value: &Value) -> Option<Self>
[src]fn is_valid(value: &Value) -> bool
[src]fn to_json(&self) -> Result<Value>
[src]impl GQLScalar for DateTime<Utc>
[src]fn type_name() -> &'static str
[src]fn parse(value: &Value) -> Option<Self>
[src]fn to_json(&self) -> Result<Value>
[src]impl GQLScalar for Uuid
[src]fn type_name() -> &'static str
[src]fn parse(value: &Value) -> Option<Self>
[src]fn to_json(&self) -> Result<Value>
[src]