pub struct CanisterPoolHandoff {
pub canister_id: Principal,
pub recipient: Principal,
pub prepared_at_ns: u64,
}Expand description
Durable transfer of one paid asset to replacement authority during root draining.
Fields§
§canister_id: Principal§recipient: Principal§prepared_at_ns: u64Trait Implementations§
Source§impl CandidType for CanisterPoolHandoff
impl CandidType for CanisterPoolHandoff
Source§impl Clone for CanisterPoolHandoff
impl Clone for CanisterPoolHandoff
Source§fn clone(&self) -> CanisterPoolHandoff
fn clone(&self) -> CanisterPoolHandoff
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 moreSource§impl Debug for CanisterPoolHandoff
impl Debug for CanisterPoolHandoff
Source§impl<'de> Deserialize<'de> for CanisterPoolHandoff
impl<'de> Deserialize<'de> for CanisterPoolHandoff
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 CanisterPoolHandoff
Source§impl PartialEq for CanisterPoolHandoff
impl PartialEq for CanisterPoolHandoff
Source§impl Serialize for CanisterPoolHandoff
impl Serialize for CanisterPoolHandoff
impl StructuralPartialEq for CanisterPoolHandoff
Auto Trait Implementations§
impl Freeze for CanisterPoolHandoff
impl RefUnwindSafe for CanisterPoolHandoff
impl Send for CanisterPoolHandoff
impl Sync for CanisterPoolHandoff
impl Unpin for CanisterPoolHandoff
impl UnsafeUnpin for CanisterPoolHandoff
impl UnwindSafe for CanisterPoolHandoff
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