pub struct W3t<A: AppEvent> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<A> !RefUnwindSafe for W3t<A>
impl<A> !Send for W3t<A>
impl<A> !Sync for W3t<A>
impl<A> Unpin for W3t<A>
impl<A> !UnwindSafe for W3t<A>
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
source§impl<'a, T, M, A> WidgetExt<M, A> for Twhere
A: AppEvent,
T: Widget<M, A>,
impl<'a, T, M, A> WidgetExt<M, A> for Twhere A: AppEvent, T: Widget<M, A>,
source§fn bind_with(
self,
loader: impl Fn(&mut T, &M) + 'static,
saver: impl Fn(&T, &mut M) + 'static
) -> WidgetBinder<T, M, A>
fn bind_with( self, loader: impl Fn(&mut T, &M) + 'static, saver: impl Fn(&T, &mut M) + 'static ) -> WidgetBinder<T, M, A>
Decorate the given widget with a loader and saver. Read more
fn replace_with( self, loader: impl Fn(T, &M) -> T + 'static ) -> WidgetBinder<T, M, A>where T: Default,
source§fn load_with(
self,
loader: impl Fn(&mut T, &M) + 'static
) -> WidgetBinder<T, M, A>
fn load_with( self, loader: impl Fn(&mut T, &M) + 'static ) -> WidgetBinder<T, M, A>
A variation on
bind_with, only a loader