Struct solana_runtime::sorted_storages::SortedStorages
source · [−]pub struct SortedStorages<'a> { /* private fields */ }
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
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more