Struct zenoh_core::ResolveFuture
source · [−]Implementations
Trait Implementations
sourceimpl<F, To> AsyncResolve for ResolveFuture<F, To>where
To: Sized + Send,
F: Future<Output = To> + Send,
impl<F, To> AsyncResolve for ResolveFuture<F, To>where
To: Sized + Send,
F: Future<Output = To> + Send,
sourceimpl<F, To> Resolvable for ResolveFuture<F, To>where
To: Sized + Send,
F: Future<Output = To> + Send,
impl<F, To> Resolvable for ResolveFuture<F, To>where
To: Sized + Send,
F: Future<Output = To> + Send,
type To = To
sourceimpl<F, To> SyncResolve for ResolveFuture<F, To>where
To: Sized + Send,
F: Future<Output = To> + Send,
impl<F, To> SyncResolve for ResolveFuture<F, To>where
To: Sized + Send,
F: Future<Output = To> + Send,
fn res_sync(self) -> <Self as Resolvable>::To
fn res(self) -> <Self as Resolvable>::Towhere
Self: Sized,
Auto Trait Implementations
impl<F, To> RefUnwindSafe for ResolveFuture<F, To>where
F: RefUnwindSafe,
impl<F, To> Send for ResolveFuture<F, To>
impl<F, To> Sync for ResolveFuture<F, To>where
F: Sync,
impl<F, To> Unpin for ResolveFuture<F, To>where
F: Unpin,
impl<F, To> UnwindSafe for ResolveFuture<F, To>where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more