[][src]Struct libp2p::bandwidth::BandwidthConnecLogging

pub struct BandwidthConnecLogging<TInner> { /* fields omitted */ }

Wraps around an AsyncRead + AsyncWrite and logs the bandwidth that goes through it.

Trait Implementations

impl<TInner: AsyncRead> AsyncRead for BandwidthConnecLogging<TInner>[src]

impl<TInner: AsyncWrite> AsyncWrite for BandwidthConnecLogging<TInner>[src]

impl<'pin, TInner> Unpin for BandwidthConnecLogging<TInner> where
    __BandwidthConnecLogging<'pin, TInner>: Unpin
[src]

Auto Trait Implementations

impl<TInner> !RefUnwindSafe for BandwidthConnecLogging<TInner>

impl<TInner> Send for BandwidthConnecLogging<TInner> where
    TInner: Send

impl<TInner> Sync for BandwidthConnecLogging<TInner> where
    TInner: Sync

impl<TInner> !UnwindSafe for BandwidthConnecLogging<TInner>

Blanket Implementations

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

impl<R> AsyncReadExt for R where
    R: AsyncRead + ?Sized
[src]

impl<W> AsyncWriteExt for W where
    W: AsyncWrite + ?Sized
[src]

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

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

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

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

impl<T> ReadExt for T where
    T: AsyncRead + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WriteExt for T where
    T: AsyncWrite + ?Sized
[src]