pub enum FlowControlCommand {
GoOn,
Terminate,
}
Variants§
Auto Trait Implementations§
impl Freeze for FlowControlCommand
impl RefUnwindSafe for FlowControlCommand
impl Send for FlowControlCommand
impl Sync for FlowControlCommand
impl Unpin for FlowControlCommand
impl UnwindSafe for FlowControlCommand
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