Struct ark_api::storage::LazyGetHandle
source · pub struct LazyGetHandle { /* private fields */ }Expand description
Handle to a lazy get request for AsyncStores.
Can be consumed as a Future or manually with the is_ready and take methods.
Implementations§
source§impl LazyGetHandle
impl LazyGetHandle
Trait Implementations§
source§impl Future for LazyGetHandle
impl Future for LazyGetHandle
Auto Trait Implementations§
impl RefUnwindSafe for LazyGetHandle
impl Send for LazyGetHandle
impl Sync for LazyGetHandle
impl Unpin for LazyGetHandle
impl UnwindSafe for LazyGetHandle
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
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere F: Future,
§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more