Struct air::interpreter_data::CanonResult
source · pub struct CanonResult {
pub tetraplet: Rc<CID<SecurityTetraplet>>,
pub values: Vec<Rc<CID<CanonCidAggregate>>, Global>,
}
Expand description
Contains ids of element that were on a stream at the moment of an appropriate canon call.
Fields§
§tetraplet: Rc<CID<SecurityTetraplet>>
§values: Vec<Rc<CID<CanonCidAggregate>>, Global>
Implementations§
source§impl CanonResult
impl CanonResult
pub fn new( tetraplet: Rc<CID<SecurityTetraplet>>, values: Vec<Rc<CID<CanonCidAggregate>>, Global> ) -> CanonResult
Trait Implementations§
source§impl Clone for CanonResult
impl Clone for CanonResult
source§fn clone(&self) -> CanonResult
fn clone(&self) -> CanonResult
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 CanonResult
impl Debug for CanonResult
source§impl<'de> Deserialize<'de> for CanonResult
impl<'de> Deserialize<'de> for CanonResult
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<CanonResult, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<CanonResult, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<CanonResult> for CanonResult
impl PartialEq<CanonResult> for CanonResult
source§fn eq(&self, other: &CanonResult) -> bool
fn eq(&self, other: &CanonResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CanonResult
impl Serialize for CanonResult
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