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