Struct webui::UsePreviousHandle
source · [−]pub struct UsePreviousHandle<T> { /* private fields */ }Expand description
State handle for the use_previous hook.
Implementations
sourceimpl<T> UsePreviousHandle<T>
impl<T> UsePreviousHandle<T>
Trait Implementations
sourceimpl<T> Clone for UsePreviousHandle<T>
impl<T> Clone for UsePreviousHandle<T>
sourcefn clone(&self) -> UsePreviousHandle<T>
fn clone(&self) -> UsePreviousHandle<T>
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> Deref for UsePreviousHandle<T>
impl<T> Deref for UsePreviousHandle<T>
sourceimpl<T> PartialEq<UsePreviousHandle<T>> for UsePreviousHandle<T>where
T: PartialEq<T>,
impl<T> PartialEq<UsePreviousHandle<T>> for UsePreviousHandle<T>where
T: PartialEq<T>,
sourcefn eq(&self, other: &UsePreviousHandle<T>) -> bool
fn eq(&self, other: &UsePreviousHandle<T>) -> bool
Auto Trait Implementations
impl<T> RefUnwindSafe for UsePreviousHandle<T>where
T: RefUnwindSafe,
impl<T> !Send for UsePreviousHandle<T>
impl<T> !Sync for UsePreviousHandle<T>
impl<T> Unpin for UsePreviousHandle<T>
impl<T> UnwindSafe for UsePreviousHandle<T>where
T: RefUnwindSafe,
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;