pub struct RootComponentRegistryPreparationRequest {
pub store_bootstrap: RootStoreBootstrapRequest,
pub expected_fleet_registry: FleetRegistryVersion,
}Expand description
RootComponentRegistryPreparationRequest
Exact authority required before an empty root-local Component Registry may be prepared.
Fields§
§store_bootstrap: RootStoreBootstrapRequest§expected_fleet_registry: FleetRegistryVersionTrait Implementations§
Source§impl Clone for RootComponentRegistryPreparationRequest
impl Clone for RootComponentRegistryPreparationRequest
Source§fn clone(&self) -> RootComponentRegistryPreparationRequest
fn clone(&self) -> RootComponentRegistryPreparationRequest
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 RootComponentRegistryPreparationRequest
impl<'de> Deserialize<'de> for RootComponentRegistryPreparationRequest
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 RootComponentRegistryPreparationRequest
impl StructuralPartialEq for RootComponentRegistryPreparationRequest
Auto Trait Implementations§
impl Freeze for RootComponentRegistryPreparationRequest
impl RefUnwindSafe for RootComponentRegistryPreparationRequest
impl Send for RootComponentRegistryPreparationRequest
impl Sync for RootComponentRegistryPreparationRequest
impl Unpin for RootComponentRegistryPreparationRequest
impl UnsafeUnpin for RootComponentRegistryPreparationRequest
impl UnwindSafe for RootComponentRegistryPreparationRequest
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