Struct solana_runtime::bank::RentDebit
source · pub struct RentDebit { /* private fields */ }
Trait Implementations§
source§impl PartialEq<RentDebit> for RentDebit
impl PartialEq<RentDebit> for RentDebit
impl Eq for RentDebit
impl StructuralEq for RentDebit
impl StructuralPartialEq for RentDebit
Auto Trait Implementations§
impl RefUnwindSafe for RentDebit
impl Send for RentDebit
impl Sync for RentDebit
impl Unpin for RentDebit
impl UnwindSafe for RentDebit
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.