Struct rustler_elixir_fun::ManualFuture
source · [−]pub struct ManualFuture { /* private fields */ }Implementations
sourceimpl ManualFuture
impl ManualFuture
pub fn new() -> ManualFuture
pub fn wait_until_filled(&self) -> Result<StoredTerm, Error>
pub fn fill(&self, value: StoredTerm)
Auto Trait Implementations
impl RefUnwindSafe for ManualFuture
impl Send for ManualFuture
impl Sync for ManualFuture
impl Unpin for ManualFuture
impl UnwindSafe for ManualFuture
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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