pub struct MultiBarrier<O: ?Sized> { /* private fields */ }Expand description
A barrier to be used to await for the output of multiple other queue users, producer or consumers
Implementations§
Trait Implementations§
Source§impl<O> Clone for MultiBarrier<O>
impl<O> Clone for MultiBarrier<O>
impl<O> Sync for MultiBarrier<O>
Auto Trait Implementations§
impl<O> !Freeze for MultiBarrier<O>
impl<O> !RefUnwindSafe for MultiBarrier<O>
impl<O> Send for MultiBarrier<O>
impl<O> Unpin for MultiBarrier<O>where
O: ?Sized,
impl<O> UnwindSafe for MultiBarrier<O>where
O: RefUnwindSafe + ?Sized,
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