pub enum ProbeStep {
FastbootGetvarEq(FastbootGetvarEq),
FastbootGetvarStartsWith(FastbootGetvarStartsWith),
FastbootGetvarNotEq(FastbootGetvarNotEq),
FastbootGetvarExists(FastbootGetvarExists),
FastbootGetvarNotExists(FastbootGetvarNotExists),
}Variants§
FastbootGetvarEq(FastbootGetvarEq)
FastbootGetvarStartsWith(FastbootGetvarStartsWith)
FastbootGetvarNotEq(FastbootGetvarNotEq)
FastbootGetvarExists(FastbootGetvarExists)
FastbootGetvarNotExists(FastbootGetvarNotExists)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ProbeStep
impl<'de> Deserialize<'de> for ProbeStep
Source§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
Source§impl From<ProbeStep> for ProbeStepBin
impl From<ProbeStep> for ProbeStepBin
Source§impl From<ProbeStepBin> for ProbeStep
impl From<ProbeStepBin> for ProbeStep
Source§fn from(step: ProbeStepBin) -> Self
fn from(step: ProbeStepBin) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ProbeStep
impl RefUnwindSafe for ProbeStep
impl Send for ProbeStep
impl Sync for ProbeStep
impl Unpin for ProbeStep
impl UnsafeUnpin for ProbeStep
impl UnwindSafe for ProbeStep
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more