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 Clone for RootComponentRuntimeActivationResponse
impl Clone for RootComponentRuntimeActivationResponse
Source§fn clone(&self) -> RootComponentRuntimeActivationResponse
fn clone(&self) -> RootComponentRuntimeActivationResponse
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 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