pub struct ReactiveScope {}
Expand description
Reactive scope that manages signals, effects, and computed values
This is a simplified implementation focused on basic functionality. Advanced dependency tracking will be implemented in future versions.
Implementations§
Source§impl ReactiveScope
impl ReactiveScope
Trait Implementations§
Source§impl Debug for ReactiveScope
impl Debug for ReactiveScope
Auto Trait Implementations§
impl Freeze for ReactiveScope
impl RefUnwindSafe for ReactiveScope
impl Send for ReactiveScope
impl Sync for ReactiveScope
impl Unpin for ReactiveScope
impl UnwindSafe for ReactiveScope
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