#[repr(u8)]
pub enum GlobalStatePathStorageState {
Concrete,
Virtual,
}
Variants§
Trait Implementations§
source§impl Clone for GlobalStatePathStorageState
impl Clone for GlobalStatePathStorageState
source§fn clone(&self) -> GlobalStatePathStorageState
fn clone(&self) -> GlobalStatePathStorageState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GlobalStatePathStorageState
impl Debug for GlobalStatePathStorageState
source§impl<'de> Deserialize<'de> for GlobalStatePathStorageState
impl<'de> Deserialize<'de> for GlobalStatePathStorageState
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 Into<u8> for GlobalStatePathStorageState
impl Into<u8> for GlobalStatePathStorageState
source§impl PartialEq<GlobalStatePathStorageState> for GlobalStatePathStorageState
impl PartialEq<GlobalStatePathStorageState> for GlobalStatePathStorageState
source§fn eq(&self, other: &GlobalStatePathStorageState) -> bool
fn eq(&self, other: &GlobalStatePathStorageState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.