pub enum BlendENoteStateType {
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 BlendENoteStateType
impl Debug for BlendENoteStateType
Source§impl<'de> Deserialize<'de> for BlendENoteStateType
impl<'de> Deserialize<'de> for BlendENoteStateType
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 BlendENoteStateType
impl RefUnwindSafe for BlendENoteStateType
impl Send for BlendENoteStateType
impl Sync for BlendENoteStateType
impl Unpin for BlendENoteStateType
impl UnwindSafe for BlendENoteStateType
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