pub struct SwcCompilerPlan {
pub swcrc_path: Option<PathBuf>,
pub cli_options: SwcCliOptions,
pub type_checker: Option<SwcTypeCheckerPlan>,
pub watch: Option<SwcWatchPlan>,
}Fields§
§swcrc_path: Option<PathBuf>§cli_options: SwcCliOptions§type_checker: Option<SwcTypeCheckerPlan>§watch: Option<SwcWatchPlan>Trait Implementations§
Source§impl Clone for SwcCompilerPlan
impl Clone for SwcCompilerPlan
Source§fn clone(&self) -> SwcCompilerPlan
fn clone(&self) -> SwcCompilerPlan
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 SwcCompilerPlan
impl Debug for SwcCompilerPlan
Source§impl PartialEq for SwcCompilerPlan
impl PartialEq for SwcCompilerPlan
Source§fn eq(&self, other: &SwcCompilerPlan) -> bool
fn eq(&self, other: &SwcCompilerPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SwcCompilerPlan
impl StructuralPartialEq for SwcCompilerPlan
Auto Trait Implementations§
impl Freeze for SwcCompilerPlan
impl RefUnwindSafe for SwcCompilerPlan
impl Send for SwcCompilerPlan
impl Sync for SwcCompilerPlan
impl Unpin for SwcCompilerPlan
impl UnsafeUnpin for SwcCompilerPlan
impl UnwindSafe for SwcCompilerPlan
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.