pub struct ThreadAbortResponse(pub usize);Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
source§impl Clone for ThreadAbortResponse
impl Clone for ThreadAbortResponse
source§fn clone(&self) -> ThreadAbortResponse
fn clone(&self) -> ThreadAbortResponse
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 ThreadAbortResponse
impl Debug for ThreadAbortResponse
source§impl<T> From<ThreadAbortResponse> for ThreadRequestResponse<T>where
T: PoolItem,
impl<T> From<ThreadAbortResponse> for ThreadRequestResponse<T>where
T: PoolItem,
source§fn from(request: ThreadAbortResponse) -> Self
fn from(request: ThreadAbortResponse) -> Self
Converts to this type from the input type.
source§impl<P> From<ThreadRequestResponse<P>> for ThreadAbortResponsewhere
P: PoolItem,
impl<P> From<ThreadRequestResponse<P>> for ThreadAbortResponsewhere
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<ThreadAbortResponse> for ThreadAbortResponse
impl PartialEq<ThreadAbortResponse> for ThreadAbortResponse
source§fn eq(&self, other: &ThreadAbortResponse) -> bool
fn eq(&self, other: &ThreadAbortResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.