pub struct RecoveryTransfer {
pub baseline: WideResourceVector,
pub remaining_recovery_claim: ResourceVector,
}Expand description
Exact post-transfer values for a recovery transaction of charge r.
Fields§
§baseline: WideResourceVectorB' = B_removed + r.
remaining_recovery_claim: ResourceVectorK_remaining' = K_remaining - r.
Trait Implementations§
Source§impl Clone for RecoveryTransfer
impl Clone for RecoveryTransfer
Source§fn clone(&self) -> RecoveryTransfer
fn clone(&self) -> RecoveryTransfer
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 RecoveryTransfer
Source§impl Debug for RecoveryTransfer
impl Debug for RecoveryTransfer
impl Eq for RecoveryTransfer
Source§impl PartialEq for RecoveryTransfer
impl PartialEq for RecoveryTransfer
impl StructuralPartialEq for RecoveryTransfer
Auto Trait Implementations§
impl Freeze for RecoveryTransfer
impl RefUnwindSafe for RecoveryTransfer
impl Send for RecoveryTransfer
impl Sync for RecoveryTransfer
impl Unpin for RecoveryTransfer
impl UnsafeUnpin for RecoveryTransfer
impl UnwindSafe for RecoveryTransfer
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