pub struct RootComponentChildDirectoryPreparationRequest {
pub operation_id: [u8; 32],
pub component: ComponentInstanceId,
}Expand description
RootComponentChildDirectoryPreparationRequest
Parent command distributing one committed child’s Directory and converging its affected members.
Fields§
§operation_id: [u8; 32]§component: ComponentInstanceIdTrait Implementations§
Source§impl Clone for RootComponentChildDirectoryPreparationRequest
impl Clone for RootComponentChildDirectoryPreparationRequest
Source§fn clone(&self) -> RootComponentChildDirectoryPreparationRequest
fn clone(&self) -> RootComponentChildDirectoryPreparationRequest
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 RootComponentChildDirectoryPreparationRequest
Source§impl<'de> Deserialize<'de> for RootComponentChildDirectoryPreparationRequest
impl<'de> Deserialize<'de> for RootComponentChildDirectoryPreparationRequest
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 RootComponentChildDirectoryPreparationRequest
impl StructuralPartialEq for RootComponentChildDirectoryPreparationRequest
Auto Trait Implementations§
impl Freeze for RootComponentChildDirectoryPreparationRequest
impl RefUnwindSafe for RootComponentChildDirectoryPreparationRequest
impl Send for RootComponentChildDirectoryPreparationRequest
impl Sync for RootComponentChildDirectoryPreparationRequest
impl Unpin for RootComponentChildDirectoryPreparationRequest
impl UnsafeUnpin for RootComponentChildDirectoryPreparationRequest
impl UnwindSafe for RootComponentChildDirectoryPreparationRequest
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