Struct dioxus_shareables::RW
source · [−]pub struct RW;Expand description
Marker for an access to shared data which is used for reading.
Components which hold a RW handle are marked as needing update whenever that handle is
written to.
Auto Trait Implementations
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