pub struct RootComponentSubtreeRemovalDirectorySynchronizationRequest {
pub operation_id: [u8; 32],
pub component: ComponentInstanceId,
pub expected_traversal_steps: u32,
pub expected_leaf_canister_id: Principal,
pub expected_leaf_parent_canister_id: Principal,
}Expand description
RootComponentSubtreeRemovalDirectorySynchronizationRequest
Controller command converging the post-removal Directory on surviving members.
Fields§
§operation_id: [u8; 32]§component: ComponentInstanceId§expected_traversal_steps: u32§expected_leaf_canister_id: Principal§expected_leaf_parent_canister_id: PrincipalTrait Implementations§
Source§impl Clone for RootComponentSubtreeRemovalDirectorySynchronizationRequest
impl Clone for RootComponentSubtreeRemovalDirectorySynchronizationRequest
Source§fn clone(&self) -> RootComponentSubtreeRemovalDirectorySynchronizationRequest
fn clone(&self) -> RootComponentSubtreeRemovalDirectorySynchronizationRequest
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 RootComponentSubtreeRemovalDirectorySynchronizationRequest
Source§impl<'de> Deserialize<'de> for RootComponentSubtreeRemovalDirectorySynchronizationRequest
impl<'de> Deserialize<'de> for RootComponentSubtreeRemovalDirectorySynchronizationRequest
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 RootComponentSubtreeRemovalDirectorySynchronizationRequest
impl StructuralPartialEq for RootComponentSubtreeRemovalDirectorySynchronizationRequest
Auto Trait Implementations§
impl Freeze for RootComponentSubtreeRemovalDirectorySynchronizationRequest
impl RefUnwindSafe for RootComponentSubtreeRemovalDirectorySynchronizationRequest
impl Send for RootComponentSubtreeRemovalDirectorySynchronizationRequest
impl Sync for RootComponentSubtreeRemovalDirectorySynchronizationRequest
impl Unpin for RootComponentSubtreeRemovalDirectorySynchronizationRequest
impl UnsafeUnpin for RootComponentSubtreeRemovalDirectorySynchronizationRequest
impl UnwindSafe for RootComponentSubtreeRemovalDirectorySynchronizationRequest
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