pub struct RecoveryOrderActiveBindingRestore {
pub transaction_order: TransactionOrder,
pub owner: BindingTerminalOwner,
}Expand description
Optional leading A member of a persisted DCR order interval.
Fields§
§transaction_order: TransactionOrderOwned major immediately before RO.
owner: BindingTerminalOwnerExact active binding-terminal owner.
Trait Implementations§
Source§impl Clone for RecoveryOrderActiveBindingRestore
impl Clone for RecoveryOrderActiveBindingRestore
Source§fn clone(&self) -> RecoveryOrderActiveBindingRestore
fn clone(&self) -> RecoveryOrderActiveBindingRestore
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 RecoveryOrderActiveBindingRestore
impl Eq for RecoveryOrderActiveBindingRestore
impl StructuralPartialEq for RecoveryOrderActiveBindingRestore
Auto Trait Implementations§
impl Freeze for RecoveryOrderActiveBindingRestore
impl RefUnwindSafe for RecoveryOrderActiveBindingRestore
impl Send for RecoveryOrderActiveBindingRestore
impl Sync for RecoveryOrderActiveBindingRestore
impl Unpin for RecoveryOrderActiveBindingRestore
impl UnsafeUnpin for RecoveryOrderActiveBindingRestore
impl UnwindSafe for RecoveryOrderActiveBindingRestore
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