[][src]Struct libp3p::topic::Subscription

pub struct Subscription {
    pub topic: Topic,
    pub interest_level: InterestLevel,
}

This described a subscription to a topic.

Fields

topic: Topicinterest_level: InterestLevel

Methods

impl Subscription[src]

pub fn new(topic: Topic, interest_level: InterestLevel) -> Self[src]

Trait Implementations

impl Clone for Subscription[src]

impl Eq for Subscription[src]

impl Ord for Subscription[src]

impl PartialEq<Topic> for Subscription[src]

impl PartialEq<Subscription> for Subscription[src]

impl PartialOrd<Topic> for Subscription[src]

impl PartialOrd<Subscription> for Subscription[src]

impl Debug for Subscription[src]

impl Hash for Subscription[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> FromCast<T> for T

impl<T, U> Cast<U> for T where
    U: FromCast<T>, 

impl<T> FromBits<T> for T

impl<T, U> IntoBits<U> for T where
    U: FromBits<T>, 

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,