Struct air_interpreter_data::CanonCidAggregate
source · pub struct CanonCidAggregate {
pub value: Rc<CID<Value>>,
pub tetraplet: Rc<CID<SecurityTetraplet>>,
}
Expand description
The type Canon trace CID refers to.
Fields§
§value: Rc<CID<Value>>
§tetraplet: Rc<CID<SecurityTetraplet>>
Trait Implementations§
source§impl Clone for CanonCidAggregate
impl Clone for CanonCidAggregate
source§fn clone(&self) -> CanonCidAggregate
fn clone(&self) -> CanonCidAggregate
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 CanonCidAggregate
impl Debug for CanonCidAggregate
source§impl<'de> Deserialize<'de> for CanonCidAggregate
impl<'de> Deserialize<'de> for CanonCidAggregate
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<CanonCidAggregate> for CanonCidAggregate
impl PartialEq<CanonCidAggregate> for CanonCidAggregate
source§fn eq(&self, other: &CanonCidAggregate) -> bool
fn eq(&self, other: &CanonCidAggregate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.