Struct dioxus_html::prelude::UseEval
source · pub struct UseEval { /* private fields */ }
Expand description
A wrapper around the target platform’s evaluator.
Implementations§
Trait Implementations§
source§impl IntoFuture for UseEval
impl IntoFuture for UseEval
§type IntoFuture = Pin<Box<dyn Future<Output = <UseEval as IntoFuture>::Output>, Global>>
type IntoFuture = Pin<Box<dyn Future<Output = <UseEval as IntoFuture>::Output>, Global>>
Which kind of future are we turning this into?
source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for UseEval
impl !Send for UseEval
impl !Sync for UseEval
impl Unpin for UseEval
impl !UnwindSafe for UseEval
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