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 Ord for IterItem<'_>
impl Ord for IterItem<'_>
Source§impl PartialOrd for IterItem<'_>
impl PartialOrd for IterItem<'_>
impl Eq 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> 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