add Debug to RentResult (#23044)
This commit is contained in:
committed by
GitHub
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
|
||||
#[derive(Debug)]
|
||||
pub enum RentResult {
|
||||
/// maybe collect rent later, leave account alone
|
||||
LeaveAloneNoRent,
|
||||
|
Reference in New Issue
Block a user