Struct solana_sdk::sysvar::recent_blockhashes::IterItem
source · [−]👎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
sourceimpl<'a> FromIterator<IterItem<'a>> for RecentBlockhashes
impl<'a> FromIterator<IterItem<'a>> for RecentBlockhashes
sourcefn 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
sourceimpl<'a> Ord for IterItem<'a>
impl<'a> Ord for IterItem<'a>
1.21.0 · sourcefn max(self, other: Self) -> Self
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourcefn min(self, other: Self) -> Self
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourcefn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl<'a> PartialEq<IterItem<'a>> for IterItem<'a>
impl<'a> PartialEq<IterItem<'a>> for IterItem<'a>
sourceimpl<'a> PartialOrd<IterItem<'a>> for IterItem<'a>
impl<'a> PartialOrd<IterItem<'a>> for IterItem<'a>
sourcefn partial_cmp(&self, other: &IterItem<'a>) -> Option<Ordering>
fn partial_cmp(&self, other: &IterItem<'a>) -> Option<Ordering>
1.0.0 · sourcefn 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
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