Struct dioxus_shareables::W
source · [−]pub struct W;Expand description
Marker for an access to shared data which is used for writing but not reading.
The primary promise for such an access is that it does not effect component display.
Trait Implementations
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