pub struct SwcForkedTypeCheckerPlan {
pub ts_config_path: PathBuf,
pub app_name: Option<String>,
pub source_root: PathBuf,
pub watch: bool,
}Fields§
§ts_config_path: PathBuf§app_name: Option<String>§source_root: PathBuf§watch: boolTrait Implementations§
Source§impl Clone for SwcForkedTypeCheckerPlan
impl Clone for SwcForkedTypeCheckerPlan
Source§fn clone(&self) -> SwcForkedTypeCheckerPlan
fn clone(&self) -> SwcForkedTypeCheckerPlan
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 SwcForkedTypeCheckerPlan
impl Debug for SwcForkedTypeCheckerPlan
Source§impl From<&SwcForkedTypeCheckerPlan> for ForkedTypeCheckerPlan
impl From<&SwcForkedTypeCheckerPlan> for ForkedTypeCheckerPlan
Source§fn from(plan: &SwcForkedTypeCheckerPlan) -> Self
fn from(plan: &SwcForkedTypeCheckerPlan) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SwcForkedTypeCheckerPlan
impl PartialEq for SwcForkedTypeCheckerPlan
Source§fn eq(&self, other: &SwcForkedTypeCheckerPlan) -> bool
fn eq(&self, other: &SwcForkedTypeCheckerPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SwcForkedTypeCheckerPlan
impl StructuralPartialEq for SwcForkedTypeCheckerPlan
Auto Trait Implementations§
impl Freeze for SwcForkedTypeCheckerPlan
impl RefUnwindSafe for SwcForkedTypeCheckerPlan
impl Send for SwcForkedTypeCheckerPlan
impl Sync for SwcForkedTypeCheckerPlan
impl Unpin for SwcForkedTypeCheckerPlan
impl UnsafeUnpin for SwcForkedTypeCheckerPlan
impl UnwindSafe for SwcForkedTypeCheckerPlan
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.