Struct netidx_netproto::resolver::Publisher
source · pub struct Publisher {
pub resolver: SocketAddr,
pub id: PublisherId,
pub addr: SocketAddr,
pub hash_method: HashMethod,
pub target_auth: TargetAuth,
}
Fields§
§resolver: SocketAddr
§id: PublisherId
§addr: SocketAddr
§hash_method: HashMethod
§target_auth: TargetAuth
Trait Implementations§
source§impl PartialEq<Publisher> for Publisher
impl PartialEq<Publisher> for Publisher
impl Eq for Publisher
impl StructuralEq for Publisher
impl StructuralPartialEq for Publisher
Auto Trait Implementations§
impl RefUnwindSafe for Publisher
impl Send for Publisher
impl Sync for Publisher
impl Unpin for Publisher
impl UnwindSafe for Publisher
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.