Struct solana_sdk::sysvar::recent_blockhashes::IterItem
source · pub struct IterItem<'a>(pub u64, pub &'a Hash, pub u64);
👎Deprecated since 1.9.0: Please do not use, will no longer be available in the future
Tuple Fields§
§0: u64
👎Deprecated since 1.9.0: Please do not use, will no longer be available in the future
§1: &'a Hash
👎Deprecated since 1.9.0: Please do not use, will no longer be available in the future
§2: u64
👎Deprecated since 1.9.0: Please do not use, will no longer be available in the future
Trait Implementations§
source§impl<'a> FromIterator<IterItem<'a>> for RecentBlockhashes
impl<'a> FromIterator<IterItem<'a>> for RecentBlockhashes
source§fn from_iter<I>(iter: I) -> RecentBlockhasheswhere
I: IntoIterator<Item = IterItem<'a>>,
fn from_iter<I>(iter: I) -> RecentBlockhasheswhere I: IntoIterator<Item = IterItem<'a>>,
Creates a value from an iterator. Read more
source§impl<'a> Ord for IterItem<'a>
impl<'a> Ord for IterItem<'a>
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<'a> PartialEq<IterItem<'a>> for IterItem<'a>
impl<'a> PartialEq<IterItem<'a>> for IterItem<'a>
source§impl<'a> PartialOrd<IterItem<'a>> for IterItem<'a>
impl<'a> PartialOrd<IterItem<'a>> for IterItem<'a>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more