pub struct RootComponentChildCommitResponse {
pub allocation: RootComponentChildAllocationResponse,
pub registry: ComponentRegistryPartitionResponse,
pub directory: ComponentDirectoryHead,
}Expand description
RootComponentChildCommitResponse
Exact committed child operation, authoritative Component Registry and next Directory head.
Fields§
§allocation: RootComponentChildAllocationResponse§registry: ComponentRegistryPartitionResponse§directory: ComponentDirectoryHeadTrait Implementations§
Source§impl Clone for RootComponentChildCommitResponse
impl Clone for RootComponentChildCommitResponse
Source§fn clone(&self) -> RootComponentChildCommitResponse
fn clone(&self) -> RootComponentChildCommitResponse
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 RootComponentChildCommitResponse
impl<'de> Deserialize<'de> for RootComponentChildCommitResponse
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 RootComponentChildCommitResponse
impl StructuralPartialEq for RootComponentChildCommitResponse
Auto Trait Implementations§
impl Freeze for RootComponentChildCommitResponse
impl RefUnwindSafe for RootComponentChildCommitResponse
impl Send for RootComponentChildCommitResponse
impl Sync for RootComponentChildCommitResponse
impl Unpin for RootComponentChildCommitResponse
impl UnsafeUnpin for RootComponentChildCommitResponse
impl UnwindSafe for RootComponentChildCommitResponse
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