pub enum ScanStorageResult<R, B> {
Cached(Vec<R>),
Stored(B),
}
Variants
Cached(Vec<R>)
Stored(B)
Auto Trait Implementations
impl<R, B> RefUnwindSafe for ScanStorageResult<R, B> where
B: RefUnwindSafe,
R: RefUnwindSafe,
impl<R, B> Send for ScanStorageResult<R, B> where
B: Send,
R: Send,
impl<R, B> Sync for ScanStorageResult<R, B> where
B: Sync,
R: Sync,
impl<R, B> Unpin for ScanStorageResult<R, B> where
B: Unpin,
R: Unpin,
impl<R, B> UnwindSafe for ScanStorageResult<R, B> where
B: UnwindSafe,
R: UnwindSafe,
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