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