add Debug to RentResult (#23044)
This commit is contained in:
parent
9d036be61b
commit
47e4291303
|
@ -30,6 +30,7 @@ impl Default for RentCollector {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// when rent is collected for this account, this is the action to apply to the account
|
/// when rent is collected for this account, this is the action to apply to the account
|
||||||
|
#[derive(Debug)]
|
||||||
pub enum RentResult {
|
pub enum RentResult {
|
||||||
/// maybe collect rent later, leave account alone
|
/// maybe collect rent later, leave account alone
|
||||||
LeaveAloneNoRent,
|
LeaveAloneNoRent,
|
||||||
|
|
Loading…
Reference in New Issue