[][src]Struct disrustor::WithWaitStrategy

pub struct WithWaitStrategy<W: WaitStrategy, D: DataProvider<T>, T> { /* fields omitted */ }

Methods

impl<W: WaitStrategy, D: DataProvider<T>, T> WithWaitStrategy<W, D, T>[src]

pub fn with_sequencer<S: Sequencer>(
    self,
    sequencer: S
) -> WithSequencer<S, W, D, T>
[src]

pub fn with_single_producer(
    self
) -> WithSequencer<SingleProducerSequencer<W>, W, D, T>
[src]

Auto Trait Implementations

impl<W, D, T> Unpin for WithWaitStrategy<W, D, T> where
    T: Unpin,
    W: Unpin

impl<W, D, T> Send for WithWaitStrategy<W, D, T> where
    T: Send

impl<W, D, T> Sync for WithWaitStrategy<W, D, T> where
    T: Sync

impl<W, D, T> RefUnwindSafe for WithWaitStrategy<W, D, T> where
    D: RefUnwindSafe,
    T: RefUnwindSafe,
    W: RefUnwindSafe

impl<W, D, T> UnwindSafe for WithWaitStrategy<W, D, T> where
    D: RefUnwindSafe,
    T: UnwindSafe,
    W: UnwindSafe

Blanket Implementations

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.

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

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

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