Struct messaging_thread_pool::samples::mean_response::MeanResponse
source · Fields
id: u64mean: u128Trait Implementations
sourceimpl Clone for MeanResponse
impl Clone for MeanResponse
sourcefn clone(&self) -> MeanResponse
fn clone(&self) -> MeanResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for MeanResponse
impl Debug for MeanResponse
sourceimpl From<MeanResponse> for RandomsResponse
impl From<MeanResponse> for RandomsResponse
sourcefn from(response: MeanResponse) -> Self
fn from(response: MeanResponse) -> Self
Converts to this type from the input type.
sourceimpl From<ThreadResponse<RandomsResponse>> for MeanResponse
impl From<ThreadResponse<RandomsResponse>> for MeanResponse
sourcefn from(response: ThreadResponse<RandomsResponse>) -> Self
fn from(response: ThreadResponse<RandomsResponse>) -> Self
Converts to this type from the input type.
sourceimpl IdTargeted for MeanResponse
impl IdTargeted for MeanResponse
sourceimpl PartialEq<MeanResponse> for MeanResponse
impl PartialEq<MeanResponse> for MeanResponse
sourcefn eq(&self, other: &MeanResponse) -> bool
fn eq(&self, other: &MeanResponse) -> bool
impl Eq for MeanResponse
impl StructuralEq for MeanResponse
impl StructuralPartialEq for MeanResponse
Auto Trait Implementations
impl RefUnwindSafe for MeanResponse
impl Send for MeanResponse
impl Sync for MeanResponse
impl Unpin for MeanResponse
impl UnwindSafe for MeanResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more