Enum novatel_oem6_service::TestType[][src]

pub enum TestType {
    Integration,
    Hardware,
}
[]

Input field for 'testHardware' mutation

Indicates which test should be run

Variants

[]

Integration (non-invasive) test

[]

Hardware (invasive) test

Auto Trait Implementations

impl Send for TestType

impl Sync for TestType