Struct rust_box::task_executor::GroupChannelBuilder  
source · [−]pub struct GroupChannelBuilder<Tx, Rx, D> { /* private fields */ }Implementations
Auto Trait Implementations
impl<Tx, Rx, D> RefUnwindSafe for GroupChannelBuilder<Tx, Rx, D>where
    D: RefUnwindSafe,
    Rx: RefUnwindSafe,
    Tx: RefUnwindSafe,
impl<Tx, Rx, D> Send for GroupChannelBuilder<Tx, Rx, D>where
    D: Send,
    Rx: Send,
    Tx: Send,
impl<Tx, Rx, D> Sync for GroupChannelBuilder<Tx, Rx, D>where
    D: Sync,
    Rx: Sync,
    Tx: Sync,
impl<Tx, Rx, D> Unpin for GroupChannelBuilder<Tx, Rx, D>where
    D: Unpin,
    Rx: Unpin,
    Tx: Unpin,
impl<Tx, Rx, D> UnwindSafe for GroupChannelBuilder<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