Struct dioxus_signals::Effect
source · pub struct Effect { /* private fields */ }
Expand description
Effects allow you to run code when a signal changes. Effects are run immediately and whenever any signal it reads changes.
Implementations§
Trait Implementations§
source§impl PartialEq<Effect> for Effect
impl PartialEq<Effect> for Effect
impl Copy for Effect
impl StructuralPartialEq for Effect
Auto Trait Implementations§
impl !RefUnwindSafe for Effect
impl !Send for Effect
impl !Sync for Effect
impl Unpin for Effect
impl !UnwindSafe for Effect
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