pub enum PredictionExecuteResponseStatus {
Success,
Failed,
}Expand description
Transaction execution result.
Variants§
Implementations§
Trait Implementations§
Source§impl AsRef<str> for PredictionExecuteResponseStatus
impl AsRef<str> for PredictionExecuteResponseStatus
Source§impl Clone for PredictionExecuteResponseStatus
impl Clone for PredictionExecuteResponseStatus
Source§fn clone(&self) -> PredictionExecuteResponseStatus
fn clone(&self) -> PredictionExecuteResponseStatus
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 moreSource§impl Default for PredictionExecuteResponseStatus
impl Default for PredictionExecuteResponseStatus
Source§fn default() -> PredictionExecuteResponseStatus
fn default() -> PredictionExecuteResponseStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PredictionExecuteResponseStatus
impl<'de> Deserialize<'de> for PredictionExecuteResponseStatus
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
impl Eq for PredictionExecuteResponseStatus
impl StructuralPartialEq for PredictionExecuteResponseStatus
Auto Trait Implementations§
impl Freeze for PredictionExecuteResponseStatus
impl RefUnwindSafe for PredictionExecuteResponseStatus
impl Send for PredictionExecuteResponseStatus
impl Sync for PredictionExecuteResponseStatus
impl Unpin for PredictionExecuteResponseStatus
impl UnsafeUnpin for PredictionExecuteResponseStatus
impl UnwindSafe for PredictionExecuteResponseStatus
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