Struct air_test_utils::prelude::ServiceResultAggregate
source · pub struct ServiceResultAggregate {
pub value_cid: Rc<CID<Value>>,
pub argument_hash: Rc<str>,
pub tetraplet_cid: Rc<CID<SecurityTetraplet>>,
}
Expand description
A proof of service result execution result.
Fields§
§value_cid: Rc<CID<Value>>
§argument_hash: Rc<str>
Hash of the call arguments.
tetraplet_cid: Rc<CID<SecurityTetraplet>>
The tetraplet of the call result.
Trait Implementations§
source§impl Clone for ServiceResultAggregate
impl Clone for ServiceResultAggregate
source§fn clone(&self) -> ServiceResultAggregate
fn clone(&self) -> ServiceResultAggregate
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 ServiceResultAggregate
impl Debug for ServiceResultAggregate
source§impl<'de> Deserialize<'de> for ServiceResultAggregate
impl<'de> Deserialize<'de> for ServiceResultAggregate
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<ServiceResultAggregate, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<ServiceResultAggregate, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ServiceResultAggregate> for ServiceResultAggregate
impl PartialEq<ServiceResultAggregate> for ServiceResultAggregate
source§fn eq(&self, other: &ServiceResultAggregate) -> bool
fn eq(&self, other: &ServiceResultAggregate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ServiceResultAggregate
impl Serialize for ServiceResultAggregate
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 ServiceResultAggregate
impl StructuralEq for ServiceResultAggregate
impl StructuralPartialEq for ServiceResultAggregate
Auto Trait Implementations§
impl RefUnwindSafe for ServiceResultAggregate
impl !Send for ServiceResultAggregate
impl !Sync for ServiceResultAggregate
impl Unpin for ServiceResultAggregate
impl UnwindSafe for ServiceResultAggregate
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.