pub struct AdapterInitFuture { /* private fields */ }Available on crate feature
async only.Expand description
Future returned by AsyncAdapter::from_name.
Resolves to Result<Adapter, FMError>.
Trait Implementations§
Source§impl Debug for AdapterInitFuture
impl Debug for AdapterInitFuture
Source§impl Future for AdapterInitFuture
impl Future for AdapterInitFuture
Auto Trait Implementations§
impl Freeze for AdapterInitFuture
impl RefUnwindSafe for AdapterInitFuture
impl Send for AdapterInitFuture
impl Sync for AdapterInitFuture
impl Unpin for AdapterInitFuture
impl UnsafeUnpin for AdapterInitFuture
impl UnwindSafe for AdapterInitFuture
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,
Source§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