pub enum RunnerLoopOutcome {
Completed,
InputClosed,
}Variants§
Auto Trait Implementations§
impl Freeze for RunnerLoopOutcome
impl RefUnwindSafe for RunnerLoopOutcome
impl Send for RunnerLoopOutcome
impl Sync for RunnerLoopOutcome
impl Unpin for RunnerLoopOutcome
impl UnsafeUnpin for RunnerLoopOutcome
impl UnwindSafe for RunnerLoopOutcome
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