Struct tea_actorx_runtime::NoCallingCxWrapper
source · pub struct NoCallingCxWrapper<T>(pub T);Tuple Fields§
§0: TTrait Implementations§
source§impl<T: Clone> Clone for NoCallingCxWrapper<T>
impl<T: Clone> Clone for NoCallingCxWrapper<T>
source§fn clone(&self) -> NoCallingCxWrapper<T>
fn clone(&self) -> NoCallingCxWrapper<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: Default> Default for NoCallingCxWrapper<T>
impl<T: Default> Default for NoCallingCxWrapper<T>
source§fn default() -> NoCallingCxWrapper<T>
fn default() -> NoCallingCxWrapper<T>
Returns the “default value” for a type. Read more