Struct messaging_thread_pool::samples::MeanResponse
source · Expand description
The response from a request to calculate the mean
Fields§
§id: usize§mean: u128Implementations§
Trait Implementations§
source§impl Clone for MeanResponse
impl Clone for MeanResponse
source§fn clone(&self) -> MeanResponse
fn clone(&self) -> MeanResponse
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 MeanResponse
impl Debug for MeanResponse
source§impl From<MeanResponse> for ThreadRequestResponse<Randoms>
impl From<MeanResponse> for ThreadRequestResponse<Randoms>
source§fn from(response: MeanResponse) -> Self
fn from(response: MeanResponse) -> Self
Converts to this type from the input type.
source§impl From<ThreadRequestResponse<Randoms>> for MeanResponse
impl From<ThreadRequestResponse<Randoms>> for MeanResponse
source§fn from(response: ThreadRequestResponse<Randoms>) -> Self
fn from(response: ThreadRequestResponse<Randoms>) -> Self
Converts to this type from the input type.