Enum isis_ants_service::TestType[][src]

pub enum TestType {
    Integration,
    Hardware,
}

Input field for 'testHardware' mutation

Variants

Integration (non-invasive) test

Hardware (invasive) test

Auto Trait Implementations

impl Send for TestType

impl Sync for TestType