pub struct FleetSubnetWasmStoreAuthority {
pub authority: FleetRegistryAuthority,
pub placement_subnet: SubnetId,
pub fleet_subnet_root: Principal,
pub wasm_store: Principal,
pub installation_controller: Principal,
pub release_build_id: ReleaseBuildId,
pub wasm_module_hash: [u8; 32],
}Expand description
FleetSubnetWasmStoreAuthority
Exact reciprocal authority retained by one root and its host-installed sibling Store.
Fields§
§placement_subnet: SubnetId§fleet_subnet_root: Principal§wasm_store: Principal§installation_controller: Principal§release_build_id: ReleaseBuildId§wasm_module_hash: [u8; 32]Trait Implementations§
Source§impl Clone for FleetSubnetWasmStoreAuthority
impl Clone for FleetSubnetWasmStoreAuthority
Source§fn clone(&self) -> FleetSubnetWasmStoreAuthority
fn clone(&self) -> FleetSubnetWasmStoreAuthority
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<'de> Deserialize<'de> for FleetSubnetWasmStoreAuthority
impl<'de> Deserialize<'de> for FleetSubnetWasmStoreAuthority
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 FleetSubnetWasmStoreAuthority
impl StructuralPartialEq for FleetSubnetWasmStoreAuthority
Auto Trait Implementations§
impl Freeze for FleetSubnetWasmStoreAuthority
impl RefUnwindSafe for FleetSubnetWasmStoreAuthority
impl Send for FleetSubnetWasmStoreAuthority
impl Sync for FleetSubnetWasmStoreAuthority
impl Unpin for FleetSubnetWasmStoreAuthority
impl UnsafeUnpin for FleetSubnetWasmStoreAuthority
impl UnwindSafe for FleetSubnetWasmStoreAuthority
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