pub struct RustFutureHandle(/* private fields */);
Expand description
Reexport items from other uniffi creates Opaque handle for a Rust future that’s stored by the foreign language code
Auto Trait Implementations§
impl Freeze for RustFutureHandle
impl RefUnwindSafe for RustFutureHandle
impl !Send for RustFutureHandle
impl !Sync for RustFutureHandle
impl Unpin for RustFutureHandle
impl UnwindSafe for RustFutureHandle
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