pub struct RootComponentMembershipActivationResponse {
pub allocation: RootComponentAllocationResponse,
pub registry: ComponentRegistryPartitionResponse,
pub directory: ComponentDirectoryHead,
pub target: ComponentRuntimeStatusResponse,
}Expand description
RootComponentMembershipActivationResponse
Exact active Registry authority plus independently observed current target Directory.
Fields§
§allocation: RootComponentAllocationResponse§registry: ComponentRegistryPartitionResponse§directory: ComponentDirectoryHead§target: ComponentRuntimeStatusResponseTrait Implementations§
Source§impl Clone for RootComponentMembershipActivationResponse
impl Clone for RootComponentMembershipActivationResponse
Source§fn clone(&self) -> RootComponentMembershipActivationResponse
fn clone(&self) -> RootComponentMembershipActivationResponse
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 RootComponentMembershipActivationResponse
impl<'de> Deserialize<'de> for RootComponentMembershipActivationResponse
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 RootComponentMembershipActivationResponse
impl StructuralPartialEq for RootComponentMembershipActivationResponse
Auto Trait Implementations§
impl Freeze for RootComponentMembershipActivationResponse
impl RefUnwindSafe for RootComponentMembershipActivationResponse
impl Send for RootComponentMembershipActivationResponse
impl Sync for RootComponentMembershipActivationResponse
impl Unpin for RootComponentMembershipActivationResponse
impl UnsafeUnpin for RootComponentMembershipActivationResponse
impl UnwindSafe for RootComponentMembershipActivationResponse
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