pub struct RootComponentSubtreeRemovalDeletePreparationRequest {
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
RootComponentSubtreeRemovalDeletePreparationRequest
Controller command freezing exact deletion authority from one stopped receipt.
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 RootComponentSubtreeRemovalDeletePreparationRequest
impl Clone for RootComponentSubtreeRemovalDeletePreparationRequest
Source§fn clone(&self) -> RootComponentSubtreeRemovalDeletePreparationRequest
fn clone(&self) -> RootComponentSubtreeRemovalDeletePreparationRequest
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 RootComponentSubtreeRemovalDeletePreparationRequest
Source§impl<'de> Deserialize<'de> for RootComponentSubtreeRemovalDeletePreparationRequest
impl<'de> Deserialize<'de> for RootComponentSubtreeRemovalDeletePreparationRequest
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 RootComponentSubtreeRemovalDeletePreparationRequest
impl StructuralPartialEq for RootComponentSubtreeRemovalDeletePreparationRequest
Auto Trait Implementations§
impl Freeze for RootComponentSubtreeRemovalDeletePreparationRequest
impl RefUnwindSafe for RootComponentSubtreeRemovalDeletePreparationRequest
impl Send for RootComponentSubtreeRemovalDeletePreparationRequest
impl Sync for RootComponentSubtreeRemovalDeletePreparationRequest
impl Unpin for RootComponentSubtreeRemovalDeletePreparationRequest
impl UnsafeUnpin for RootComponentSubtreeRemovalDeletePreparationRequest
impl UnwindSafe for RootComponentSubtreeRemovalDeletePreparationRequest
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