pub struct RootComponentDirectoryPreparationResponse {
pub committed: RootComponentCommitResponse,
pub target: ComponentRuntimeStatusResponse,
}Expand description
RootComponentDirectoryPreparationResponse
Exact root authority plus independently observed target-local Directory preparation.
Fields§
§committed: RootComponentCommitResponse§target: ComponentRuntimeStatusResponseTrait Implementations§
Source§impl Clone for RootComponentDirectoryPreparationResponse
impl Clone for RootComponentDirectoryPreparationResponse
Source§fn clone(&self) -> RootComponentDirectoryPreparationResponse
fn clone(&self) -> RootComponentDirectoryPreparationResponse
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 RootComponentDirectoryPreparationResponse
impl<'de> Deserialize<'de> for RootComponentDirectoryPreparationResponse
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 RootComponentDirectoryPreparationResponse
impl StructuralPartialEq for RootComponentDirectoryPreparationResponse
Auto Trait Implementations§
impl Freeze for RootComponentDirectoryPreparationResponse
impl RefUnwindSafe for RootComponentDirectoryPreparationResponse
impl Send for RootComponentDirectoryPreparationResponse
impl Sync for RootComponentDirectoryPreparationResponse
impl Unpin for RootComponentDirectoryPreparationResponse
impl UnsafeUnpin for RootComponentDirectoryPreparationResponse
impl UnwindSafe for RootComponentDirectoryPreparationResponse
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