pub struct BuildPlanRequest {
pub cwd: PathBuf,
pub command: BuildCommand,
pub project: ProjectConfiguration,
pub compiler_options: CompilerOptions,
pub ts_build_info_file: Option<PathBuf>,
}Fields§
§cwd: PathBuf§command: BuildCommand§project: ProjectConfiguration§compiler_options: CompilerOptions§ts_build_info_file: Option<PathBuf>Trait Implementations§
Source§impl Clone for BuildPlanRequest
impl Clone for BuildPlanRequest
Source§fn clone(&self) -> BuildPlanRequest
fn clone(&self) -> BuildPlanRequest
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 BuildPlanRequest
impl Debug for BuildPlanRequest
Source§impl PartialEq for BuildPlanRequest
impl PartialEq for BuildPlanRequest
Source§fn eq(&self, other: &BuildPlanRequest) -> bool
fn eq(&self, other: &BuildPlanRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for BuildPlanRequest
impl StructuralPartialEq for BuildPlanRequest
Auto Trait Implementations§
impl Freeze for BuildPlanRequest
impl RefUnwindSafe for BuildPlanRequest
impl Send for BuildPlanRequest
impl Sync for BuildPlanRequest
impl Unpin for BuildPlanRequest
impl UnsafeUnpin for BuildPlanRequest
impl UnwindSafe for BuildPlanRequest
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.