Struct solana_program::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) -> Self where
I: IntoIterator<Item = IterItem<'a>>,
fn from_iter<I>(iter: I) -> Self where
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>
sourceimpl<'a> PartialOrd<IterItem<'a>> for IterItem<'a>
impl<'a> PartialOrd<IterItem<'a>> for IterItem<'a>
sourcefn partial_cmp(&self, other: &Self) -> Option<Ordering>
fn partial_cmp(&self, other: &Self) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
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 more
impl<'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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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