pub struct WatchOpts {
pub paths: Vec<PathBuf>,
pub target: Target,
pub config_path: PathBuf,
pub llm_opts: LlmOpts,
pub no_clear: bool,
}Fields§
§paths: Vec<PathBuf>§target: Target§config_path: PathBuf§llm_opts: LlmOpts§no_clear: boolWhen true, suppress the clear-screen sequence between recompile runs.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WatchOpts
impl RefUnwindSafe for WatchOpts
impl Send for WatchOpts
impl Sync for WatchOpts
impl Unpin for WatchOpts
impl UnsafeUnpin for WatchOpts
impl UnwindSafe for WatchOpts
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