Struct ark_api::storage::OpenAsyncStorePromise
source · pub struct OpenAsyncStorePromise { /* private fields */ }Expand description
A handle to an async-open sync-store operation.
Implementations§
source§impl OpenAsyncStorePromise
impl OpenAsyncStorePromise
sourcepub fn try_take(self) -> Result<AsyncStore, Self>
pub fn try_take(self) -> Result<AsyncStore, Self>
Try to consume the handle into the final store, once it’s done loading.
Auto Trait Implementations§
impl RefUnwindSafe for OpenAsyncStorePromise
impl Send for OpenAsyncStorePromise
impl Sync for OpenAsyncStorePromise
impl Unpin for OpenAsyncStorePromise
impl UnwindSafe for OpenAsyncStorePromise
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