Struct avm_interface::ErrorAVMOutcome
source · pub struct ErrorAVMOutcome {
pub error_code: i64,
pub error_message: String,
pub outcome: AVMOutcome,
}Fields§
§error_code: i64§error_message: String§outcome: AVMOutcomeTrait Implementations§
source§impl Clone for ErrorAVMOutcome
impl Clone for ErrorAVMOutcome
source§fn clone(&self) -> ErrorAVMOutcome
fn clone(&self) -> ErrorAVMOutcome
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 ErrorAVMOutcome
impl Debug for ErrorAVMOutcome
source§impl<'de> Deserialize<'de> for ErrorAVMOutcome
impl<'de> Deserialize<'de> for ErrorAVMOutcome
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 PartialEq<ErrorAVMOutcome> for ErrorAVMOutcome
impl PartialEq<ErrorAVMOutcome> for ErrorAVMOutcome
source§fn eq(&self, other: &ErrorAVMOutcome) -> bool
fn eq(&self, other: &ErrorAVMOutcome) -> bool
This method tests for
self and other values to be equal, and is used
by ==.