pub enum NodeModulesStrategy {
Clean,
MoveToOutDir,
}
Variants§
Trait Implementations§
Source§impl Debug for NodeModulesStrategy
impl Debug for NodeModulesStrategy
Source§impl Default for NodeModulesStrategy
impl Default for NodeModulesStrategy
Source§fn default() -> NodeModulesStrategy
fn default() -> NodeModulesStrategy
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NodeModulesStrategy
impl RefUnwindSafe for NodeModulesStrategy
impl Send for NodeModulesStrategy
impl Sync for NodeModulesStrategy
impl Unpin for NodeModulesStrategy
impl UnwindSafe for NodeModulesStrategy
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