pub struct RootComponentChildCommitRequest {
pub operation_id: [u8; 32],
pub component: ComponentInstanceId,
}Expand description
RootComponentChildCommitRequest
Parent command committing one already verified direct-child operation.
Fields§
§operation_id: [u8; 32]§component: ComponentInstanceIdTrait Implementations§
impl Copy for RootComponentChildCommitRequest
Source§impl<'de> Deserialize<'de> for RootComponentChildCommitRequest
impl<'de> Deserialize<'de> for RootComponentChildCommitRequest
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 RootComponentChildCommitRequest
impl StructuralPartialEq for RootComponentChildCommitRequest
Auto Trait Implementations§
impl Freeze for RootComponentChildCommitRequest
impl RefUnwindSafe for RootComponentChildCommitRequest
impl Send for RootComponentChildCommitRequest
impl Sync for RootComponentChildCommitRequest
impl Unpin for RootComponentChildCommitRequest
impl UnsafeUnpin for RootComponentChildCommitRequest
impl UnwindSafe for RootComponentChildCommitRequest
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