pub enum PlatformExecutionState {
Prepared,
Confirmed,
}Variants§
Trait Implementations§
Source§impl Clone for PlatformExecutionState
impl Clone for PlatformExecutionState
Source§fn clone(&self) -> PlatformExecutionState
fn clone(&self) -> PlatformExecutionState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PlatformExecutionState
Source§impl Debug for PlatformExecutionState
impl Debug for PlatformExecutionState
Source§impl<'de> Deserialize<'de> for PlatformExecutionState
impl<'de> Deserialize<'de> for PlatformExecutionState
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformExecutionState, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformExecutionState, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlatformExecutionState
Source§impl PartialEq for PlatformExecutionState
impl PartialEq for PlatformExecutionState
Source§impl Serialize for PlatformExecutionState
impl Serialize for PlatformExecutionState
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PlatformExecutionState
Auto Trait Implementations§
impl Freeze for PlatformExecutionState
impl RefUnwindSafe for PlatformExecutionState
impl Send for PlatformExecutionState
impl Sync for PlatformExecutionState
impl Unpin for PlatformExecutionState
impl UnsafeUnpin for PlatformExecutionState
impl UnwindSafe for PlatformExecutionState
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