Struct webui::UseAsyncHandle
source · [−]pub struct UseAsyncHandle<T, E> { /* private fields */ }Expand description
State handle for the use_async hook.
Implementations
Trait Implementations
sourceimpl<T, E> Clone for UseAsyncHandle<T, E>
impl<T, E> Clone for UseAsyncHandle<T, E>
sourcefn clone(&self) -> UseAsyncHandle<T, E>
fn clone(&self) -> UseAsyncHandle<T, E>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<T, E> Deref for UseAsyncHandle<T, E>
impl<T, E> Deref for UseAsyncHandle<T, E>
type Target = UseAsyncState<T, E>
type Target = UseAsyncState<T, E>
The resulting type after dereferencing.
sourcefn deref(&self) -> &<UseAsyncHandle<T, E> as Deref>::Target
fn deref(&self) -> &<UseAsyncHandle<T, E> as Deref>::Target
Dereferences the value.
sourceimpl<T, E> PartialEq<UseAsyncHandle<T, E>> for UseAsyncHandle<T, E>where
T: PartialEq<T>,
E: PartialEq<E>,
impl<T, E> PartialEq<UseAsyncHandle<T, E>> for UseAsyncHandle<T, E>where
T: PartialEq<T>,
E: PartialEq<E>,
sourcefn eq(&self, other: &UseAsyncHandle<T, E>) -> bool
fn eq(&self, other: &UseAsyncHandle<T, E>) -> bool
Auto Trait Implementations
impl<T, E> !RefUnwindSafe for UseAsyncHandle<T, E>
impl<T, E> !Send for UseAsyncHandle<T, E>
impl<T, E> !Sync for UseAsyncHandle<T, E>
impl<T, E> Unpin for UseAsyncHandle<T, E>
impl<T, E> !UnwindSafe for UseAsyncHandle<T, E>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;
sourcefn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
fn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;
sourceimpl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
sourcefn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.sourceimpl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
sourcefn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;where
S: Into<Dispatch>,
T: Future, type Output = <T as Future>::Output;
sourcefn with_current_subscriber(self) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;
fn with_current_subscriber(self) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;