pub enum WasmBuildProgressOutcome {
Built,
Reused,
}Expand description
Final cache state reported by a successful observed build.
Variants§
Built
Cargo ran and exact artifacts were published.
Reused
Exact artifacts were reused without Cargo.
Trait Implementations§
Source§impl Clone for WasmBuildProgressOutcome
impl Clone for WasmBuildProgressOutcome
Source§fn clone(&self) -> WasmBuildProgressOutcome
fn clone(&self) -> WasmBuildProgressOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WasmBuildProgressOutcome
Source§impl Debug for WasmBuildProgressOutcome
impl Debug for WasmBuildProgressOutcome
impl Eq for WasmBuildProgressOutcome
Source§impl PartialEq for WasmBuildProgressOutcome
impl PartialEq for WasmBuildProgressOutcome
impl StructuralPartialEq for WasmBuildProgressOutcome
Auto Trait Implementations§
impl Freeze for WasmBuildProgressOutcome
impl RefUnwindSafe for WasmBuildProgressOutcome
impl Send for WasmBuildProgressOutcome
impl Sync for WasmBuildProgressOutcome
impl Unpin for WasmBuildProgressOutcome
impl UnsafeUnpin for WasmBuildProgressOutcome
impl UnwindSafe for WasmBuildProgressOutcome
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.