Struct lunatic_cached_process::CachedProcess
source · pub struct CachedProcess<T> { /* private fields */ }Expand description
Cached process to avoid looking up a global process multiple times.
Implementations§
source§impl<T> CachedProcess<T>
impl<T> CachedProcess<T>
Trait Implementations§
source§impl<T: Clone> Clone for CachedProcess<T>
impl<T: Clone> Clone for CachedProcess<T>
source§fn clone(&self) -> CachedProcess<T>
fn clone(&self) -> CachedProcess<T>
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<T: Debug> Debug for CachedProcess<T>
impl<T: Debug> Debug for CachedProcess<T>
source§impl<T> Deserialize<'static> for CachedProcess<T>where
T: Deserialize<'static>,
impl<T> Deserialize<'static> for CachedProcess<T>where T: Deserialize<'static>,
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'static>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'static>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<T: PartialEq> PartialEq<CachedProcess<T>> for CachedProcess<T>
impl<T: PartialEq> PartialEq<CachedProcess<T>> for CachedProcess<T>
source§fn eq(&self, other: &CachedProcess<T>) -> bool
fn eq(&self, other: &CachedProcess<T>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.