Module byztimed::peer_name[][src]

Interned strings identifying peers

Structs

PeerName

Interned string identifying a peer A PeerName wraps a referece-counted string. PeerName’s Eq and Ord instances are defined using pointer comparison. A PeerName will compare equal to another PeerName that it was clone()d from, but not to one that was constructed from a different call to PeerName::new, even if the two are equal as strings.