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§
Source§impl Clone for RootComponentChildCommitRequest
impl Clone for RootComponentChildCommitRequest
Source§fn clone(&self) -> RootComponentChildCommitRequest
fn clone(&self) -> RootComponentChildCommitRequest
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 moreimpl 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