Skip to main content

InputValue

Type Alias InputValue 

Source
pub type InputValue = InputValue<'static, String>;

Aliased Type§

pub struct InputValue {
    pub position: Pos,
    pub description: Option<String>,
    pub name: String,
    pub value_type: Type<'static, String>,
    pub default_value: Option<Value<'static, String>>,
    pub directives: Vec<Directive<'static, String>>,
}

Fields§

§position: Pos§description: Option<String>§name: String§value_type: Type<'static, String>§default_value: Option<Value<'static, String>>§directives: Vec<Directive<'static, String>>

Implementations§

Trait Implementations§

Source§

impl Hash for InputValue

Source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more