pub enum ExecutionStateType {
Show 51 variants
Al,
Ak,
Az,
Ar,
Ca,
Co,
Ct,
De,
Dc,
Fl,
Ga,
Hi,
Id,
Il,
In,
Ia,
Ks,
Ky,
La,
Me,
Md,
Ma,
Mi,
Mn,
Ms,
Mo,
Mt,
Ne,
Nv,
Nh,
Nj,
Nm,
Ny,
Nc,
Nd,
Oh,
Ok,
Or,
Pa,
Ri,
Sc,
Sd,
Tn,
Tx,
Ut,
Vt,
Va,
Wa,
Wv,
Wi,
Wy,
}
Variants§
Al
Ak
Az
Ar
Ca
Co
Ct
De
Dc
Fl
Ga
Hi
Id
Il
In
Ia
Ks
Ky
La
Me
Md
Ma
Mi
Mn
Ms
Mo
Mt
Ne
Nv
Nh
Nj
Nm
Ny
Nc
Nd
Oh
Ok
Or
Pa
Ri
Sc
Sd
Tn
Tx
Ut
Vt
Va
Wa
Wv
Wi
Wy
Trait Implementations§
Source§impl Debug for ExecutionStateType
impl Debug for ExecutionStateType
Source§impl<'de> Deserialize<'de> for ExecutionStateType
impl<'de> Deserialize<'de> for ExecutionStateType
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
Auto Trait Implementations§
impl Freeze for ExecutionStateType
impl RefUnwindSafe for ExecutionStateType
impl Send for ExecutionStateType
impl Sync for ExecutionStateType
impl Unpin for ExecutionStateType
impl UnwindSafe for ExecutionStateType
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