Struct libp2p::gossipsub::Topic [−][src]
A gossipsub topic.
Implementations
impl<H> Topic<H> where
H: Hasher,
[src]
H: Hasher,
Trait Implementations
impl<H> Clone for Topic<H> where
H: Clone + Hasher,
[src]
H: Clone + Hasher,
impl<H> Debug for Topic<H> where
H: Debug + Hasher,
[src]
H: Debug + Hasher,
impl<H> Display for Topic<H> where
H: Hasher,
[src]
H: Hasher,
impl<H> Eq for Topic<H> where
H: Eq + Hasher,
[src]
H: Eq + Hasher,
impl<H> From<Topic<H>> for TopicHash where
H: Hasher,
[src]
H: Hasher,
impl<H> Ord for Topic<H> where
H: Ord + Hasher,
[src]
H: Ord + Hasher,
pub fn cmp(&self, other: &Topic<H>) -> Ordering
[src]
#[must_use]pub fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self
1.50.0[src]
impl<H> PartialEq<Topic<H>> for Topic<H> where
H: PartialEq<H> + Hasher,
[src]
H: PartialEq<H> + Hasher,
impl<H> PartialOrd<Topic<H>> for Topic<H> where
H: PartialOrd<H> + Hasher,
[src]
H: PartialOrd<H> + Hasher,
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 le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
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,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,