pub struct BootstrapWasmStoreBuildOutput {
pub artifact_root: PathBuf,
pub wasm_path: PathBuf,
pub wasm_gz_path: PathBuf,
pub did_path: PathBuf,
}Expand description
BootstrapWasmStoreBuildOutput
Fields§
§artifact_root: PathBuf§wasm_path: PathBuf§wasm_gz_path: PathBuf§did_path: PathBufTrait Implementations§
Source§impl Clone for BootstrapWasmStoreBuildOutput
impl Clone for BootstrapWasmStoreBuildOutput
Source§fn clone(&self) -> BootstrapWasmStoreBuildOutput
fn clone(&self) -> BootstrapWasmStoreBuildOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BootstrapWasmStoreBuildOutput
impl RefUnwindSafe for BootstrapWasmStoreBuildOutput
impl Send for BootstrapWasmStoreBuildOutput
impl Sync for BootstrapWasmStoreBuildOutput
impl Unpin for BootstrapWasmStoreBuildOutput
impl UnsafeUnpin for BootstrapWasmStoreBuildOutput
impl UnwindSafe for BootstrapWasmStoreBuildOutput
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