pub struct ThreadEchoResponse { /* private fields */ }Expand description
For debug purposes only; a message for responding to an echo request targeting a specific thread
Implementations§
Trait Implementations§
source§impl Clone for ThreadEchoResponse
impl Clone for ThreadEchoResponse
source§fn clone(&self) -> ThreadEchoResponse
fn clone(&self) -> ThreadEchoResponse
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 ThreadEchoResponse
impl Debug for ThreadEchoResponse
source§impl<T> From<ThreadEchoResponse> for ThreadRequestResponse<T>where
T: PoolItem,
impl<T> From<ThreadEchoResponse> for ThreadRequestResponse<T>where
T: PoolItem,
source§fn from(request: ThreadEchoResponse) -> Self
fn from(request: ThreadEchoResponse) -> Self
Converts to this type from the input type.
source§impl<P> From<ThreadRequestResponse<P>> for ThreadEchoResponsewhere
P: PoolItem,
impl<P> From<ThreadRequestResponse<P>> for ThreadEchoResponsewhere
P: PoolItem,
source§fn from(response: ThreadRequestResponse<P>) -> Self
fn from(response: ThreadRequestResponse<P>) -> Self
Converts to this type from the input type.
source§impl PartialEq<ThreadEchoResponse> for ThreadEchoResponse
impl PartialEq<ThreadEchoResponse> for ThreadEchoResponse
source§fn eq(&self, other: &ThreadEchoResponse) -> bool
fn eq(&self, other: &ThreadEchoResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.