pub struct Processor<const N: usize, const F: usize, C, W>where
C: RawCondvar + Send + Sync,
C::RawMutex: Send + Sync,
W: SenderFactory + SessionProvider,
W::Sender: Send,{ /* private fields */ }Implementations§
source§impl<const N: usize, const F: usize, C, W> Processor<N, F, C, W>where
C: RawCondvar + Send + Sync,
C::RawMutex: Send + Sync,
W: SenderFactory + SessionProvider,
W::Sender: Send,
impl<const N: usize, const F: usize, C, W> Processor<N, F, C, W>where
C: RawCondvar + Send + Sync,
C::RawMutex: Send + Sync,
W: SenderFactory + SessionProvider,
W::Sender: Send,
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize, const F: usize, C, W> !RefUnwindSafe for Processor<N, F, C, W>
impl<const N: usize, const F: usize, C, W> Send for Processor<N, F, C, W>
impl<const N: usize, const F: usize, C, W> Sync for Processor<N, F, C, W>
impl<const N: usize, const F: usize, C, W> Unpin for Processor<N, F, C, W>
impl<const N: usize, const F: usize, C, W> !UnwindSafe for Processor<N, F, C, W>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more