Struct air_test_utils::prelude::ErrorAVMOutcome
source · 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<ErrorAVMOutcome, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<ErrorAVMOutcome, <__D as Deserializer<'de>>::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 ==
.source§impl Serialize for ErrorAVMOutcome
impl Serialize for ErrorAVMOutcome
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 Eq for ErrorAVMOutcome
impl StructuralEq for ErrorAVMOutcome
impl StructuralPartialEq for ErrorAVMOutcome
Auto Trait Implementations§
impl RefUnwindSafe for ErrorAVMOutcome
impl Send for ErrorAVMOutcome
impl Sync for ErrorAVMOutcome
impl Unpin for ErrorAVMOutcome
impl UnwindSafe for ErrorAVMOutcome
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> GetSetFdFlags for T
impl<T> GetSetFdFlags for T
§fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
fn get_fd_flags(&self) -> Result<FdFlags, Error>where T: AsFilelike,
Query the “status” flags for the
self
file descriptor.