Struct yew_hooks::UseAsyncHandle
source · [−]pub struct UseAsyncHandle<F, T, E> { /* private fields */ }Expand description
State handle for the use_async hook.
Implementations
Trait Implementations
type Target = UseAsyncState<T, E>
type Target = UseAsyncState<T, E>
The resulting type after dereferencing.
impl<F, T, E> PartialEq<UseAsyncHandle<F, T, E>> for UseAsyncHandle<F, T, E> where
T: PartialEq,
E: PartialEq,
impl<F, T, E> PartialEq<UseAsyncHandle<F, T, E>> for UseAsyncHandle<F, T, E> where
T: PartialEq,
E: PartialEq,
Auto Trait Implementations
impl<F, T, E> !RefUnwindSafe for UseAsyncHandle<F, T, E>
impl<F, T, E> !Send for UseAsyncHandle<F, T, E>
impl<F, T, E> !Sync for UseAsyncHandle<F, T, E>
impl<F, T, E> Unpin for UseAsyncHandle<F, T, E>
impl<F, T, E> !UnwindSafe for UseAsyncHandle<F, T, E>
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self to a value of a Properties struct.
Convert self to a value of a Properties struct.