pub struct AllForOne {}
Expand description
Mix the inputs, stop everything if at least one input is stopped.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllForOne
impl RefUnwindSafe for AllForOne
impl Send for AllForOne
impl Sync for AllForOne
impl Unpin for AllForOne
impl UnwindSafe for AllForOne
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