pub struct Input<'a, T> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a, T: Clone> WidgetChild<T> for Input<'a, T>
impl<'a, T: Clone> WidgetChild<T> for Input<'a, T>
Source§fn before_render(&mut self, global_state: T) -> RenderWidget
fn before_render(&mut self, global_state: T) -> RenderWidget
Method called by Widget parent, before rendering. Read more
Source§fn after_render(&mut self, global_state: T) -> Action
fn after_render(&mut self, global_state: T) -> Action
Method called by Widget parent, after rendering. Read more
Auto Trait Implementations§
impl<'a, T> Freeze for Input<'a, T>
impl<'a, T> !RefUnwindSafe for Input<'a, T>
impl<'a, T> !Send for Input<'a, T>
impl<'a, T> !Sync for Input<'a, T>
impl<'a, T> Unpin for Input<'a, T>
impl<'a, T> !UnwindSafe for Input<'a, T>
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