Struct yew_hooks::UseAsyncState
source · [−]Expand description
State for an async future.
Fields
loading: booldata: Option<T>error: Option<E>Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<T, E> RefUnwindSafe for UseAsyncState<T, E> where
E: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, E> Send for UseAsyncState<T, E> where
E: Send,
T: Send,
impl<T, E> Sync for UseAsyncState<T, E> where
E: Sync,
T: Sync,
impl<T, E> Unpin for UseAsyncState<T, E> where
E: Unpin,
T: Unpin,
impl<T, E> UnwindSafe for UseAsyncState<T, E> where
E: UnwindSafe,
T: UnwindSafe,
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.