pub struct HookState { /* private fields */ }Expand description
Stores keyed state across rebuilds
This enables component-level state management where each signal is identified by a unique string key rather than call order.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HookState
impl RefUnwindSafe for HookState
impl Send for HookState
impl Sync for HookState
impl Unpin for HookState
impl UnsafeUnpin for HookState
impl UnwindSafe for HookState
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