Struct solana_program::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§impl<'a> Ord for IterItem<'a>
impl<'a> Ord for IterItem<'a>
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