pub struct WasmStoreBootstrapDebugResponse {
pub ready_for_bootstrap: bool,
pub bootstrap: Option<TemplateStagingStatusResponse>,
pub staged: Vec<TemplateStagingStatusResponse>,
}Expand description
WasmStoreBootstrapDebugResponse
Fields§
§ready_for_bootstrap: bool§bootstrap: Option<TemplateStagingStatusResponse>§staged: Vec<TemplateStagingStatusResponse>Trait Implementations§
Source§impl Clone for WasmStoreBootstrapDebugResponse
impl Clone for WasmStoreBootstrapDebugResponse
Source§fn clone(&self) -> WasmStoreBootstrapDebugResponse
fn clone(&self) -> WasmStoreBootstrapDebugResponse
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<'de> Deserialize<'de> for WasmStoreBootstrapDebugResponse
impl<'de> Deserialize<'de> for WasmStoreBootstrapDebugResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WasmStoreBootstrapDebugResponse
impl PartialEq for WasmStoreBootstrapDebugResponse
Source§fn eq(&self, other: &WasmStoreBootstrapDebugResponse) -> bool
fn eq(&self, other: &WasmStoreBootstrapDebugResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for WasmStoreBootstrapDebugResponse
impl StructuralPartialEq for WasmStoreBootstrapDebugResponse
Auto Trait Implementations§
impl Freeze for WasmStoreBootstrapDebugResponse
impl RefUnwindSafe for WasmStoreBootstrapDebugResponse
impl Send for WasmStoreBootstrapDebugResponse
impl Sync for WasmStoreBootstrapDebugResponse
impl Unpin for WasmStoreBootstrapDebugResponse
impl UnsafeUnpin for WasmStoreBootstrapDebugResponse
impl UnwindSafe for WasmStoreBootstrapDebugResponse
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