pub struct SwcWatchFilesInSrcDirPlan {
pub src_dir: Option<PathBuf>,
pub extensions: Vec<String>,
pub ignore_initial: bool,
pub await_write_finish_stability_threshold_ms: u64,
pub await_write_finish_poll_interval_ms: u64,
}Fields§
§src_dir: Option<PathBuf>§extensions: Vec<String>§ignore_initial: bool§await_write_finish_stability_threshold_ms: u64§await_write_finish_poll_interval_ms: u64Trait Implementations§
Source§impl Clone for SwcWatchFilesInSrcDirPlan
impl Clone for SwcWatchFilesInSrcDirPlan
Source§fn clone(&self) -> SwcWatchFilesInSrcDirPlan
fn clone(&self) -> SwcWatchFilesInSrcDirPlan
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 SwcWatchFilesInSrcDirPlan
impl Debug for SwcWatchFilesInSrcDirPlan
Source§impl PartialEq for SwcWatchFilesInSrcDirPlan
impl PartialEq for SwcWatchFilesInSrcDirPlan
Source§fn eq(&self, other: &SwcWatchFilesInSrcDirPlan) -> bool
fn eq(&self, other: &SwcWatchFilesInSrcDirPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SwcWatchFilesInSrcDirPlan
impl StructuralPartialEq for SwcWatchFilesInSrcDirPlan
Auto Trait Implementations§
impl Freeze for SwcWatchFilesInSrcDirPlan
impl RefUnwindSafe for SwcWatchFilesInSrcDirPlan
impl Send for SwcWatchFilesInSrcDirPlan
impl Sync for SwcWatchFilesInSrcDirPlan
impl Unpin for SwcWatchFilesInSrcDirPlan
impl UnsafeUnpin for SwcWatchFilesInSrcDirPlan
impl UnwindSafe for SwcWatchFilesInSrcDirPlan
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.