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 moreimpl<'a> Eq for IterItem<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for IterItem<'a>
impl<'a> Send for IterItem<'a>
impl<'a> Sync for IterItem<'a>
impl<'a> Unpin for IterItem<'a>
impl<'a> UnwindSafe for IterItem<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more