Struct solana_runtime::bank::RentDebits
source · pub struct RentDebits(_);
Implementations§
source§impl RentDebits
impl RentDebits
pub fn insert(&mut self, address: &Pubkey, rent_collected: u64, post_balance: u64)
pub fn into_unordered_rewards_iter(
self
) -> impl Iterator<Item = (Pubkey, RewardInfo)>
Trait Implementations§
source§impl Clone for RentDebits
impl Clone for RentDebits
source§fn clone(&self) -> RentDebits
fn clone(&self) -> RentDebits
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RentDebits
impl Debug for RentDebits
source§impl Default for RentDebits
impl Default for RentDebits
source§fn default() -> RentDebits
fn default() -> RentDebits
Returns the “default value” for a type. Read more
source§impl PartialEq<RentDebits> for RentDebits
impl PartialEq<RentDebits> for RentDebits
source§fn eq(&self, other: &RentDebits) -> bool
fn eq(&self, other: &RentDebits) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.