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 UnsafeUnpin 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