Enum remotemob::session::v0::StateV0 [−][src]
pub enum StateV0 {
Stopped,
Working {
driver: String,
},
WaitingForNext {
next: Option<String>,
is_break: bool,
},
}Variants
Fields of Working
driver: StringTrait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for StateV0
impl UnwindSafe for StateV0
Blanket Implementations
Mutably borrows from an owned value. Read more