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ยง
impl Eq for IterItem<'_>
Sourceยงimpl<'a> FromIterator<IterItem<'a>> for RecentBlockhashes
impl<'a> FromIterator<IterItem<'a>> for RecentBlockhashes
Sourceยงimpl Ord for IterItem<'_>
impl Ord for IterItem<'_>
1.21.0 (const: unstable) ยท 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 PartialOrd for IterItem<'_>
impl PartialOrd for IterItem<'_>
Auto Trait Implementationsยง
impl<'a> Freeze for IterItem<'a>
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> UnsafeUnpin 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