Enum mai400_service::TestResults [−][src]
pub enum TestResults { Integration(IntegrationTestResults), Hardware(HardwareTestResults), }
Enum for the 'testHardware' mutation response union
Variants
Integration(IntegrationTestResults)
Integration test results
Hardware(HardwareTestResults)
Hardware test results
Trait Implementations
impl GraphQLType for TestResults
impl GraphQLType for TestResults
type Context = ()
The expected context type for this GraphQL type Read more
type TypeInfo = ()
Type that may carry additional schema information Read more
fn name(_: &()) -> Option<&str>
fn name(_: &()) -> Option<&str>
The name of the GraphQL type to expose. Read more
fn meta<'r>(_: &(), registry: &mut Registry<'r>) -> MetaType<'r>
fn meta<'r>(_: &(), registry: &mut Registry<'r>) -> MetaType<'r>
The meta type representing this GraphQL type.
fn concrete_type_name(&self, context: &Self::Context) -> String
fn concrete_type_name(&self, context: &Self::Context) -> String
Return the concrete type name for this instance/union. Read more
fn resolve_into_type(
&self,
_: &(),
type_name: &str,
_: Option<&[Selection]>,
executor: &Executor<Self::Context>
) -> ExecutionResult
fn resolve_into_type(
&self,
_: &(),
type_name: &str,
_: Option<&[Selection]>,
executor: &Executor<Self::Context>
) -> ExecutionResult
Resolve this interface or union into a concrete type Read more
fn resolve_field(
&self,
info: &Self::TypeInfo,
field_name: &str,
arguments: &Arguments,
executor: &Executor<Self::Context>
) -> Result<Value, FieldError>
fn resolve_field(
&self,
info: &Self::TypeInfo,
field_name: &str,
arguments: &Arguments,
executor: &Executor<Self::Context>
) -> Result<Value, FieldError>
Resolve the value of a single field on this type. Read more
fn resolve(
&self,
info: &Self::TypeInfo,
selection_set: Option<&[Selection]>,
executor: &Executor<Self::Context>
) -> Value
fn resolve(
&self,
info: &Self::TypeInfo,
selection_set: Option<&[Selection]>,
executor: &Executor<Self::Context>
) -> Value
Resolve the provided selection set against the current object. Read more
Auto Trait Implementations
impl Send for TestResults
impl Send for TestResults
impl Sync for TestResults
impl Sync for TestResults