Struct sycamore_reactive::Modify
source · [−]pub struct Modify<'a, T>(_, _);Expand description
A mutable reference for modifying a Signal.
Construct this using the Signal::modify() method.
Trait Implementations
Auto Trait Implementations
impl<'a, T> !RefUnwindSafe for Modify<'a, T>
impl<'a, T> !Send for Modify<'a, T>
impl<'a, T> !Sync for Modify<'a, T>
impl<'a, T> Unpin for Modify<'a, T>where
T: Unpin,
impl<'a, T> !UnwindSafe for Modify<'a, T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more