pub enum DebtDispatchDeferral {
NoObligation,
NoCurrentBinding,
BeyondDebtHighWatermark,
}Expand description
Internal scheduling deferral selected by the completed Leg 2 decision body.
Variants§
NoObligation
No durable recipient obligation follows the reconciled cursor.
NoCurrentBinding
The participant has no exact current binding.
BeyondDebtHighWatermark
The least testified endpoint is beyond the active debt high watermark.
Trait Implementations§
Source§impl Clone for DebtDispatchDeferral
impl Clone for DebtDispatchDeferral
Source§fn clone(&self) -> DebtDispatchDeferral
fn clone(&self) -> DebtDispatchDeferral
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 DebtDispatchDeferral
Source§impl Debug for DebtDispatchDeferral
impl Debug for DebtDispatchDeferral
impl Eq for DebtDispatchDeferral
Source§impl PartialEq for DebtDispatchDeferral
impl PartialEq for DebtDispatchDeferral
impl StructuralPartialEq for DebtDispatchDeferral
Auto Trait Implementations§
impl Freeze for DebtDispatchDeferral
impl RefUnwindSafe for DebtDispatchDeferral
impl Send for DebtDispatchDeferral
impl Sync for DebtDispatchDeferral
impl Unpin for DebtDispatchDeferral
impl UnsafeUnpin for DebtDispatchDeferral
impl UnwindSafe for DebtDispatchDeferral
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