Struct jsonrpc_tcp_server::tokio_core::reactor::CoreId
[−]
[src]
pub struct CoreId(_);
An unique ID for a Core
An ID by which different cores may be distinguished. Can be compared and used as an index in
a HashMap
.
The ID is globally unique and never reused.
Trait Implementations
impl Clone for CoreId
[src]
impl Eq for CoreId
[src]
impl Copy for CoreId
[src]
impl PartialEq<CoreId> for CoreId
[src]
impl Debug for CoreId
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.