pub struct WebpackCompiler;Implementations§
Source§impl WebpackCompiler
impl WebpackCompiler
pub fn plan_run( source_root: &str, relative_source_root: &str, entry_filename: &str, is_debug_enabled: bool, ts_config_file: Option<&str>, plugins: &MultiNestCompilerPlugins, user_config_path: Option<PathBuf>, watch: bool, ) -> WebpackCompilerRunPlan
pub fn format_building_message() -> &'static str
pub fn should_fail(errors: usize) -> bool
Trait Implementations§
Source§impl Clone for WebpackCompiler
impl Clone for WebpackCompiler
Source§fn clone(&self) -> WebpackCompiler
fn clone(&self) -> WebpackCompiler
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 WebpackCompiler
impl Debug for WebpackCompiler
Source§impl Default for WebpackCompiler
impl Default for WebpackCompiler
Source§fn default() -> WebpackCompiler
fn default() -> WebpackCompiler
Returns the “default value” for a type. Read more
Source§impl PartialEq for WebpackCompiler
impl PartialEq for WebpackCompiler
Source§fn eq(&self, other: &WebpackCompiler) -> bool
fn eq(&self, other: &WebpackCompiler) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for WebpackCompiler
impl StructuralPartialEq for WebpackCompiler
Auto Trait Implementations§
impl Freeze for WebpackCompiler
impl RefUnwindSafe for WebpackCompiler
impl Send for WebpackCompiler
impl Sync for WebpackCompiler
impl Unpin for WebpackCompiler
impl UnsafeUnpin for WebpackCompiler
impl UnwindSafe for WebpackCompiler
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.