pub enum BuildManagerAction {
RedrawDoc,
StdinToHost {
run_view_id: LiveId,
msg: StdinToHost,
},
RedrawLog,
ClearLog,
None,
}Variants§
Auto Trait Implementations§
impl Freeze for BuildManagerAction
impl RefUnwindSafe for BuildManagerAction
impl Send for BuildManagerAction
impl Sync for BuildManagerAction
impl Unpin for BuildManagerAction
impl UnwindSafe for BuildManagerAction
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