pub struct Owner { /* private fields */ }Expand description
Owns the effects created in the current reactive scope.
The effects are dropped and the cleanup callbacks are called when the Owner is dropped.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Owner
impl !Send for Owner
impl !Sync for Owner
impl !UnwindSafe for Owner
impl Freeze for Owner
impl Unpin for Owner
impl UnsafeUnpin for Owner
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