pub struct RootComponentChildRuntimeActivationResponse {
pub committed: RootComponentChildCommitResponse,
pub child: ComponentRuntimeStatusResponse,
}Expand description
RootComponentChildRuntimeActivationResponse
Exact child commitment plus independently observed Directory-bound runtime activation.
Fields§
§committed: RootComponentChildCommitResponse§child: ComponentRuntimeStatusResponseTrait Implementations§
Source§impl Clone for RootComponentChildRuntimeActivationResponse
impl Clone for RootComponentChildRuntimeActivationResponse
Source§fn clone(&self) -> RootComponentChildRuntimeActivationResponse
fn clone(&self) -> RootComponentChildRuntimeActivationResponse
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 RootComponentChildRuntimeActivationResponse
impl<'de> Deserialize<'de> for RootComponentChildRuntimeActivationResponse
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 RootComponentChildRuntimeActivationResponse
impl StructuralPartialEq for RootComponentChildRuntimeActivationResponse
Auto Trait Implementations§
impl Freeze for RootComponentChildRuntimeActivationResponse
impl RefUnwindSafe for RootComponentChildRuntimeActivationResponse
impl Send for RootComponentChildRuntimeActivationResponse
impl Sync for RootComponentChildRuntimeActivationResponse
impl Unpin for RootComponentChildRuntimeActivationResponse
impl UnsafeUnpin for RootComponentChildRuntimeActivationResponse
impl UnwindSafe for RootComponentChildRuntimeActivationResponse
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