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 for ThreadEchoResponse
impl PartialEq 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 ==.impl Eq for ThreadEchoResponse
impl StructuralPartialEq for ThreadEchoResponse
Auto Trait Implementations§
impl Freeze for ThreadEchoResponse
impl RefUnwindSafe for ThreadEchoResponse
impl Send for ThreadEchoResponse
impl Sync for ThreadEchoResponse
impl Unpin for ThreadEchoResponse
impl UnwindSafe for ThreadEchoResponse
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more