pub enum BootstrapWasmStoreBuildProfile {
Debug,
Fast,
Release,
}Expand description
BootstrapWasmStoreBuildProfile
Variants§
Implementations§
Source§impl BootstrapWasmStoreBuildProfile
impl BootstrapWasmStoreBuildProfile
pub fn current() -> Self
pub const fn cargo_args(self) -> &'static [&'static str]
pub const fn target_dir_name(self) -> &'static str
pub const fn profile_marker(self) -> &'static str
Trait Implementations§
Source§impl Clone for BootstrapWasmStoreBuildProfile
impl Clone for BootstrapWasmStoreBuildProfile
Source§fn clone(&self) -> BootstrapWasmStoreBuildProfile
fn clone(&self) -> BootstrapWasmStoreBuildProfile
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 moreSource§impl From<CanisterBuildProfile> for BootstrapWasmStoreBuildProfile
impl From<CanisterBuildProfile> for BootstrapWasmStoreBuildProfile
Source§fn from(value: CanisterBuildProfile) -> Self
fn from(value: CanisterBuildProfile) -> Self
Converts to this type from the input type.
Source§impl PartialEq for BootstrapWasmStoreBuildProfile
impl PartialEq for BootstrapWasmStoreBuildProfile
Source§fn eq(&self, other: &BootstrapWasmStoreBuildProfile) -> bool
fn eq(&self, other: &BootstrapWasmStoreBuildProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BootstrapWasmStoreBuildProfile
impl Eq for BootstrapWasmStoreBuildProfile
impl StructuralPartialEq for BootstrapWasmStoreBuildProfile
Auto Trait Implementations§
impl Freeze for BootstrapWasmStoreBuildProfile
impl RefUnwindSafe for BootstrapWasmStoreBuildProfile
impl Send for BootstrapWasmStoreBuildProfile
impl Sync for BootstrapWasmStoreBuildProfile
impl Unpin for BootstrapWasmStoreBuildProfile
impl UnsafeUnpin for BootstrapWasmStoreBuildProfile
impl UnwindSafe for BootstrapWasmStoreBuildProfile
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