pub struct RootComponentChildDirectoryPreparationResponse {
pub committed: RootComponentChildCommitResponse,
pub child: ComponentRuntimeStatusResponse,
pub owning_component: ComponentRuntimeDirectoryConvergenceEvidence,
pub parent: Option<ComponentRuntimeDirectoryConvergenceEvidence>,
}Expand description
RootComponentChildDirectoryPreparationResponse
Exact child preparation plus stable bounded active-member Directory coverage.
Fields§
§committed: RootComponentChildCommitResponse§child: ComponentRuntimeStatusResponse§owning_component: ComponentRuntimeDirectoryConvergenceEvidence§parent: Option<ComponentRuntimeDirectoryConvergenceEvidence>Trait Implementations§
Source§impl Clone for RootComponentChildDirectoryPreparationResponse
impl Clone for RootComponentChildDirectoryPreparationResponse
Source§fn clone(&self) -> RootComponentChildDirectoryPreparationResponse
fn clone(&self) -> RootComponentChildDirectoryPreparationResponse
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 RootComponentChildDirectoryPreparationResponse
impl<'de> Deserialize<'de> for RootComponentChildDirectoryPreparationResponse
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 RootComponentChildDirectoryPreparationResponse
impl StructuralPartialEq for RootComponentChildDirectoryPreparationResponse
Auto Trait Implementations§
impl Freeze for RootComponentChildDirectoryPreparationResponse
impl RefUnwindSafe for RootComponentChildDirectoryPreparationResponse
impl Send for RootComponentChildDirectoryPreparationResponse
impl Sync for RootComponentChildDirectoryPreparationResponse
impl Unpin for RootComponentChildDirectoryPreparationResponse
impl UnsafeUnpin for RootComponentChildDirectoryPreparationResponse
impl UnwindSafe for RootComponentChildDirectoryPreparationResponse
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