pub struct ServiceResultAggregate {
pub value_cid: Rc<CID<JValue>>,
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<JValue>>
§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<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<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 ==
.