Struct solana_runtime::sorted_storages::SortedStorages [−][src]
pub struct SortedStorages<'a> { /* fields omitted */ }
Implementations
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