Struct libp2p::gossipsub::Topic [−][src]
pub struct Topic<H> where
H: Hasher, { /* fields omitted */ }
A gossipsub topic.
Implementations
impl<H> Topic<H> where
H: Hasher,
[src]
impl<H> Topic<H> where
H: Hasher,
[src]Trait Implementations
impl<H> PartialOrd<Topic<H>> for Topic<H> where
H: PartialOrd<H> + Hasher,
[src]
impl<H> PartialOrd<Topic<H>> for Topic<H> where
H: PartialOrd<H> + Hasher,
[src]pub fn partial_cmp(&self, other: &Topic<H>) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl<H> Eq for Topic<H> where
H: Eq + Hasher,
[src]
H: Eq + Hasher,
impl<H> StructuralEq for Topic<H> where
H: Hasher,
[src]
H: Hasher,
impl<H> StructuralPartialEq for Topic<H> where
H: Hasher,
[src]
H: Hasher,
Auto Trait Implementations
impl<H> RefUnwindSafe for Topic<H> where
H: RefUnwindSafe,
H: RefUnwindSafe,
impl<H> Send for Topic<H> where
H: Send,
H: Send,
impl<H> Sync for Topic<H> where
H: Sync,
H: Sync,
impl<H> Unpin for Topic<H> where
H: Unpin,
H: Unpin,
impl<H> UnwindSafe for Topic<H> where
H: UnwindSafe,
H: UnwindSafe,