pub struct RecoveryOrderBlockRestore {
pub active_binding: Option<RecoveryOrderActiveBindingRestore>,
pub recovery_operation_order: TransactionOrder,
pub replacement_terminal_order: TransactionOrder,
}Expand description
Public persisted shape of the sole DCR order interval.
Fields§
§active_binding: Option<RecoveryOrderActiveBindingRestore>Optional leading active-binding claim before its terminal materializes.
recovery_operation_order: TransactionOrderExact RO recovery-operation major.
replacement_terminal_order: TransactionOrderExact adjacent RA replacement-terminal major.
Trait Implementations§
Source§impl Clone for RecoveryOrderBlockRestore
impl Clone for RecoveryOrderBlockRestore
Source§fn clone(&self) -> RecoveryOrderBlockRestore
fn clone(&self) -> RecoveryOrderBlockRestore
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 RecoveryOrderBlockRestore
Source§impl Debug for RecoveryOrderBlockRestore
impl Debug for RecoveryOrderBlockRestore
impl Eq for RecoveryOrderBlockRestore
impl StructuralPartialEq for RecoveryOrderBlockRestore
Auto Trait Implementations§
impl Freeze for RecoveryOrderBlockRestore
impl RefUnwindSafe for RecoveryOrderBlockRestore
impl Send for RecoveryOrderBlockRestore
impl Sync for RecoveryOrderBlockRestore
impl Unpin for RecoveryOrderBlockRestore
impl UnsafeUnpin for RecoveryOrderBlockRestore
impl UnwindSafe for RecoveryOrderBlockRestore
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