pub struct RootStoreBootstrapResponse {
pub fleet_subnet_root: Principal,
pub wasm_store: Principal,
pub release_set: FleetSubnetRootReleaseSet,
pub catalog: Vec<RootStoreCatalogEntry>,
}Expand description
RootStoreBootstrapResponse
Exact live Store evidence returned after root-side publication and verification.
Fields§
§fleet_subnet_root: Principal§wasm_store: Principal§release_set: FleetSubnetRootReleaseSet§catalog: Vec<RootStoreCatalogEntry>Trait Implementations§
Source§impl Clone for RootStoreBootstrapResponse
impl Clone for RootStoreBootstrapResponse
Source§fn clone(&self) -> RootStoreBootstrapResponse
fn clone(&self) -> RootStoreBootstrapResponse
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 moreSource§impl Debug for RootStoreBootstrapResponse
impl Debug for RootStoreBootstrapResponse
Source§impl<'de> Deserialize<'de> for RootStoreBootstrapResponse
impl<'de> Deserialize<'de> for RootStoreBootstrapResponse
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
impl Eq for RootStoreBootstrapResponse
impl StructuralPartialEq for RootStoreBootstrapResponse
Auto Trait Implementations§
impl Freeze for RootStoreBootstrapResponse
impl RefUnwindSafe for RootStoreBootstrapResponse
impl Send for RootStoreBootstrapResponse
impl Sync for RootStoreBootstrapResponse
impl Unpin for RootStoreBootstrapResponse
impl UnsafeUnpin for RootStoreBootstrapResponse
impl UnwindSafe for RootStoreBootstrapResponse
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