pub struct RootComponentRuntimeActivationResponse {
pub committed: RootComponentCommitResponse,
pub target: ComponentRuntimeStatusResponse,
}Expand description
RootComponentRuntimeActivationResponse
Exact root authority plus independently observed target-local runtime activation.
Fields§
§committed: RootComponentCommitResponse§target: ComponentRuntimeStatusResponseTrait Implementations§
Source§impl<'de> Deserialize<'de> for RootComponentRuntimeActivationResponse
impl<'de> Deserialize<'de> for RootComponentRuntimeActivationResponse
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 RootComponentRuntimeActivationResponse
impl StructuralPartialEq for RootComponentRuntimeActivationResponse
Auto Trait Implementations§
impl Freeze for RootComponentRuntimeActivationResponse
impl RefUnwindSafe for RootComponentRuntimeActivationResponse
impl Send for RootComponentRuntimeActivationResponse
impl Sync for RootComponentRuntimeActivationResponse
impl Unpin for RootComponentRuntimeActivationResponse
impl UnsafeUnpin for RootComponentRuntimeActivationResponse
impl UnwindSafe for RootComponentRuntimeActivationResponse
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