pub struct ErrorAVMOutcome {
pub error_code: i64,
pub error_message: String,
pub outcome: AVMOutcome,
}
Fields§
§error_code: i64
§error_message: String
§outcome: AVMOutcome
Trait 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 for ErrorAVMOutcome
impl PartialEq for ErrorAVMOutcome
Source§impl Serialize for ErrorAVMOutcome
impl Serialize for ErrorAVMOutcome
impl Eq for ErrorAVMOutcome
impl StructuralPartialEq for ErrorAVMOutcome
Auto Trait Implementations§
impl Freeze for ErrorAVMOutcome
impl RefUnwindSafe for ErrorAVMOutcome
impl Send for ErrorAVMOutcome
impl Sync for ErrorAVMOutcome
impl Unpin for ErrorAVMOutcome
impl UnwindSafe for ErrorAVMOutcome
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