[][src]Struct disrustor::WithSequencer

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

Methods

impl<'a, S: Sequencer + 'a, W: WaitStrategy, D: DataProvider<T> + 'a, T: Send + 'a> WithSequencer<S, W, D, T>[src]

pub fn with_barrier(
    self,
    f: impl FnOnce(&mut BarrierScope<'a, S, D, T>)
) -> WithEventHandlers<'a, S, W, D, T>
[src]

Auto Trait Implementations

impl<S, W, D, T> Unpin for WithSequencer<S, W, D, T> where
    S: Unpin,
    T: Unpin,
    W: Unpin

impl<S, W, D, T> Send for WithSequencer<S, W, D, T> where
    S: Send,
    T: Send

impl<S, W, D, T> Sync for WithSequencer<S, W, D, T> where
    S: Sync,
    T: Sync

impl<S, W, D, T> RefUnwindSafe for WithSequencer<S, W, D, T> where
    D: RefUnwindSafe,
    S: RefUnwindSafe,
    T: RefUnwindSafe,
    W: RefUnwindSafe

impl<S, W, D, T> UnwindSafe for WithSequencer<S, W, D, T> where
    D: RefUnwindSafe,
    S: UnwindSafe,
    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]