pub struct Restored {
pub spent: Amount,
pub unspent: Amount,
pub pending: Amount,
}Expand description
Amounts recovered during a restore operation
Fields§
§spent: AmountAmount in the restore that has already been spent
unspent: AmountAmount restored that is unspent
pending: AmountAmount restored that is pending
Trait Implementations§
impl Eq for Restored
impl StructuralPartialEq for Restored
Auto Trait Implementations§
impl Freeze for Restored
impl RefUnwindSafe for Restored
impl Send for Restored
impl Sync for Restored
impl Unpin for Restored
impl UnsafeUnpin for Restored
impl UnwindSafe for Restored
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