Struct rust_box::task_executor::GroupChannelLocalBuilder
source · [−]pub struct GroupChannelLocalBuilder<Tx, Rx, D> { /* private fields */ }Implementations
Auto Trait Implementations
impl<Tx, Rx, D> RefUnwindSafe for GroupChannelLocalBuilder<Tx, Rx, D>where
D: RefUnwindSafe,
Rx: RefUnwindSafe,
Tx: RefUnwindSafe,
impl<Tx, Rx, D> Send for GroupChannelLocalBuilder<Tx, Rx, D>where
D: Send,
Rx: Send,
Tx: Send,
impl<Tx, Rx, D> Sync for GroupChannelLocalBuilder<Tx, Rx, D>where
D: Sync,
Rx: Sync,
Tx: Sync,
impl<Tx, Rx, D> Unpin for GroupChannelLocalBuilder<Tx, Rx, D>where
D: Unpin,
Rx: Unpin,
Tx: Unpin,
impl<Tx, Rx, D> UnwindSafe for GroupChannelLocalBuilder<Tx, Rx, D>where
D: UnwindSafe,
Rx: UnwindSafe,
Tx: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more