pub struct IdlePayoutPlan {
pub op_id: u64,
pub receiver: Address,
pub assets_out: u128,
pub outcome: PayoutOutcome,
}Expand description
Planned payout details for satisfying a queued withdrawal from idle assets.
Fields§
§op_id: u64§receiver: Address§assets_out: u128§outcome: PayoutOutcomeTrait Implementations§
Source§impl Clone for IdlePayoutPlan
impl Clone for IdlePayoutPlan
Source§fn clone(&self) -> IdlePayoutPlan
fn clone(&self) -> IdlePayoutPlan
Returns a copy of the value. Read more
1.0.0 · 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 IdlePayoutPlan
impl Debug for IdlePayoutPlan
Source§impl PartialEq for IdlePayoutPlan
impl PartialEq for IdlePayoutPlan
impl Eq for IdlePayoutPlan
impl StructuralPartialEq for IdlePayoutPlan
Auto Trait Implementations§
impl Freeze for IdlePayoutPlan
impl RefUnwindSafe for IdlePayoutPlan
impl Send for IdlePayoutPlan
impl Sync for IdlePayoutPlan
impl Unpin for IdlePayoutPlan
impl UnwindSafe for IdlePayoutPlan
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