pub enum Tool {
CargoGenerate,
WasmBindgen,
WasmOpt,
}Expand description
Represents the set of CLI tools wasm-pack uses
Variants§
CargoGenerate
cargo-generate CLI tool
WasmBindgen
wasm-bindgen CLI tools
WasmOpt
wasm-opt CLI tool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Tool
impl Send for Tool
impl Sync for Tool
impl Unpin for Tool
impl UnwindSafe for Tool
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