Struct ntp_daemon::spawn::SpawnerId
source · pub struct SpawnerId(_);
Expand description
Unique identifier for a spawner. This is used to identify which spawner was used to create a peer
Implementations§
Trait Implementations§
source§impl PartialEq<SpawnerId> for SpawnerId
impl PartialEq<SpawnerId> for SpawnerId
impl Copy for SpawnerId
impl Eq for SpawnerId
impl StructuralEq for SpawnerId
impl StructuralPartialEq for SpawnerId
Auto Trait Implementations§
impl RefUnwindSafe for SpawnerId
impl Send for SpawnerId
impl Sync for SpawnerId
impl Unpin for SpawnerId
impl UnwindSafe for SpawnerId
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.