Struct solana_runtime::bank::RentDebits
source · [−]pub struct RentDebits(_);
Implementations
sourceimpl 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
sourceimpl Clone for RentDebits
impl Clone for RentDebits
sourcefn clone(&self) -> RentDebits
fn clone(&self) -> RentDebits
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RentDebits
impl Debug for RentDebits
sourceimpl Default for RentDebits
impl Default for RentDebits
sourcefn default() -> RentDebits
fn default() -> RentDebits
Returns the “default value” for a type. Read more
sourceimpl PartialEq<RentDebits> for RentDebits
impl PartialEq<RentDebits> for RentDebits
sourcefn eq(&self, other: &RentDebits) -> bool
fn eq(&self, other: &RentDebits) -> bool
impl StructuralPartialEq for RentDebits
Auto Trait Implementations
impl RefUnwindSafe for RentDebits
impl Send for RentDebits
impl Sync for RentDebits
impl Unpin for RentDebits
impl UnwindSafe for RentDebits
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more