[−][src]Struct wasm_pack::command::build::Build
Everything required to configure and run the wasm-pack build command.
Fields
crate_path: PathBufcrate_data: CrateDatascope: Option<String>disable_dts: booltarget: Targetprofile: BuildProfilemode: BuildModeout_dir: PathBufout_name: Option<String>bindgen: Option<Download>cache: Cacheextra_options: Vec<String>Methods
impl Build[src]
pub fn try_from_opts(build_opts: BuildOptions) -> Result<Self, Error>[src]
Construct a build command from the given options.
pub fn set_cache(&mut self, cache: Cache)[src]
Configures the global binary cache used for this build
pub fn run(&mut self) -> Result<(), Error>[src]
Execute this Build command.
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,