[][src]Struct magnetic::mpsc::MPSCConsumer

pub struct MPSCConsumer<T, B: Buffer<T>> { /* fields omitted */ }

Consumer end of the queue. Implements the trait Consumer<T>.

Trait Implementations

impl<T, B: Buffer<T>> Consumer<T> for MPSCConsumer<T, B>[src]

impl<T, B: Buffer<T>> Drop for MPSCConsumer<T, B>[src]

impl<T: Send, B: Buffer<T>> Send for MPSCConsumer<T, B>[src]

Auto Trait Implementations

impl<T, B> !RefUnwindSafe for MPSCConsumer<T, B>[src]

impl<T, B> !Sync for MPSCConsumer<T, B>[src]

impl<T, B> Unpin for MPSCConsumer<T, B>[src]

impl<T, B> !UnwindSafe for MPSCConsumer<T, B>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?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, 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.