Struct air_test_utils::prelude::ApResult
source · pub struct ApResult {
pub res_generations: Vec<u32, Global>,
}
Expand description
Describes result of applying functor apply
to streams.
Fields§
§res_generations: Vec<u32, Global>
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ApResult
impl<'de> Deserialize<'de> for ApResult
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<ApResult, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<ApResult, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<ApResult> for ApResult
impl PartialEq<ApResult> for ApResult
source§impl Serialize for ApResult
impl Serialize for ApResult
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 ApResult
impl StructuralEq for ApResult
impl StructuralPartialEq for ApResult
Auto Trait Implementations§
impl RefUnwindSafe for ApResult
impl Send for ApResult
impl Sync for ApResult
impl Unpin for ApResult
impl UnwindSafe for ApResult
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.