pub struct SharedView<T: ViewState> { /* private fields */ }
Implementations§
Trait Implementations§
fn on_render(&self, context: WidgetContext<'_>) -> WidgetNode
fn as_any(&self) -> &dyn Any
fn as_any_mut(&mut self) -> &mut dyn Any
fn on_mount(&mut self, context: WidgetMountOrChangeContext<'_>)
fn on_unmount(&mut self, context: WidgetUnmountContext<'_>)
fn on_change(&mut self, context: WidgetMountOrChangeContext<'_>)
Auto Trait Implementations§
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