pub struct PoolHandoffRequest {
pub canister_id: Principal,
pub recipient: Principal,
}Expand description
Selects one pool Canister and its exact handoff recipient.
Fields§
§canister_id: Principal§recipient: PrincipalTrait Implementations§
Source§impl CandidType for PoolHandoffRequest
impl CandidType for PoolHandoffRequest
Source§impl Clone for PoolHandoffRequest
impl Clone for PoolHandoffRequest
Source§fn clone(&self) -> PoolHandoffRequest
fn clone(&self) -> PoolHandoffRequest
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 PoolHandoffRequest
Source§impl Debug for PoolHandoffRequest
impl Debug for PoolHandoffRequest
Source§impl<'de> Deserialize<'de> for PoolHandoffRequest
impl<'de> Deserialize<'de> for PoolHandoffRequest
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 PoolHandoffRequest
Source§impl PartialEq for PoolHandoffRequest
impl PartialEq for PoolHandoffRequest
impl StructuralPartialEq for PoolHandoffRequest
Auto Trait Implementations§
impl Freeze for PoolHandoffRequest
impl RefUnwindSafe for PoolHandoffRequest
impl Send for PoolHandoffRequest
impl Sync for PoolHandoffRequest
impl Unpin for PoolHandoffRequest
impl UnsafeUnpin for PoolHandoffRequest
impl UnwindSafe for PoolHandoffRequest
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