Struct air_interpreter_data::CanonResult
source · pub struct CanonResult {
pub tetraplet: Rc<CID<SecurityTetraplet>>,
pub values: Vec<Rc<CID<CanonCidAggregate>>>,
}
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>>>
Implementations§
source§impl CanonResult
impl CanonResult
pub fn new( tetraplet: Rc<CID<SecurityTetraplet>>, values: Vec<Rc<CID<CanonCidAggregate>>> ) -> Self
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<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<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 ==
.