Struct solana_runtime::sorted_storages::SortedStorages [−][src]
pub struct SortedStorages<'a> { /* fields omitted */ }
Implementations
pub fn new_with_slots<'b>(
source: impl Iterator<Item = (&'a SnapshotStorage, &'b Slot)> + Clone,
min_slot: Option<Slot>,
max_slot_inclusive: Option<Slot>
) -> Self
Auto Trait Implementations
impl<'a> RefUnwindSafe for SortedStorages<'a>
impl<'a> Send for SortedStorages<'a>
impl<'a> Sync for SortedStorages<'a>
impl<'a> Unpin for SortedStorages<'a>
impl<'a> UnwindSafe for SortedStorages<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self
pub fn vzip(self) -> V