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