Struct air_test_utils::prelude::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
impl Eq for CanonResult
impl StructuralEq for CanonResult
impl StructuralPartialEq for CanonResult
Auto Trait Implementations§
impl RefUnwindSafe for CanonResult
impl !Send for CanonResult
impl !Sync for CanonResult
impl Unpin for CanonResult
impl UnwindSafe for CanonResult
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.