pub struct WatchCompilerRunPlan {
pub ts_config_path: String,
pub app_name: Option<String>,
pub preserve_watch_output: Option<bool>,
pub manual_restart: bool,
pub manual_restart_tip: Option<String>,
pub ts_config: TsConfigData,
pub plugins: MultiNestCompilerPlugins,
}Fields§
§ts_config_path: String§app_name: Option<String>§preserve_watch_output: Option<bool>§manual_restart: bool§manual_restart_tip: Option<String>§ts_config: TsConfigData§plugins: MultiNestCompilerPluginsTrait Implementations§
Source§impl Clone for WatchCompilerRunPlan
impl Clone for WatchCompilerRunPlan
Source§fn clone(&self) -> WatchCompilerRunPlan
fn clone(&self) -> WatchCompilerRunPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WatchCompilerRunPlan
impl Debug for WatchCompilerRunPlan
Source§impl PartialEq for WatchCompilerRunPlan
impl PartialEq for WatchCompilerRunPlan
Source§fn eq(&self, other: &WatchCompilerRunPlan) -> bool
fn eq(&self, other: &WatchCompilerRunPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for WatchCompilerRunPlan
impl StructuralPartialEq for WatchCompilerRunPlan
Auto Trait Implementations§
impl Freeze for WatchCompilerRunPlan
impl RefUnwindSafe for WatchCompilerRunPlan
impl Send for WatchCompilerRunPlan
impl Sync for WatchCompilerRunPlan
impl Unpin for WatchCompilerRunPlan
impl UnsafeUnpin for WatchCompilerRunPlan
impl UnwindSafe for WatchCompilerRunPlan
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.