Enum solana_runtime::accounts_index::ScanTypes
source · enum ScanTypes<R: RangeBounds<Pubkey>> {
Unindexed(Option<R>),
Indexed(IndexKey),
}
Variants§
Auto Trait Implementations§
impl<R> RefUnwindSafe for ScanTypes<R>where R: RefUnwindSafe,
impl<R> Send for ScanTypes<R>where R: Send,
impl<R> Sync for ScanTypes<R>where R: Sync,
impl<R> Unpin for ScanTypes<R>where R: Unpin,
impl<R> UnwindSafe for ScanTypes<R>where R: UnwindSafe,
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