pub struct PoolHandoffResponse {
pub canister_id: Principal,
pub recipient: Principal,
}Expand description
Exact result of handing one physical Canister to replacement authority.
Fields§
§canister_id: Principal§recipient: PrincipalTrait Implementations§
Source§impl CandidType for PoolHandoffResponse
impl CandidType for PoolHandoffResponse
Source§impl Clone for PoolHandoffResponse
impl Clone for PoolHandoffResponse
Source§fn clone(&self) -> PoolHandoffResponse
fn clone(&self) -> PoolHandoffResponse
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 PoolHandoffResponse
Source§impl Debug for PoolHandoffResponse
impl Debug for PoolHandoffResponse
Source§impl<'de> Deserialize<'de> for PoolHandoffResponse
impl<'de> Deserialize<'de> for PoolHandoffResponse
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 PoolHandoffResponse
Source§impl PartialEq for PoolHandoffResponse
impl PartialEq for PoolHandoffResponse
impl StructuralPartialEq for PoolHandoffResponse
Auto Trait Implementations§
impl Freeze for PoolHandoffResponse
impl RefUnwindSafe for PoolHandoffResponse
impl Send for PoolHandoffResponse
impl Sync for PoolHandoffResponse
impl Unpin for PoolHandoffResponse
impl UnsafeUnpin for PoolHandoffResponse
impl UnwindSafe for PoolHandoffResponse
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