pub struct ViewEntryMut<'a, V: Component<Tracking = Untracked> + Send + Sync> { /* private fields */ }
Expand description
A mutable reference to a tracked component in a node.
Trait Implementations§
Auto Trait Implementations§
impl<'a, V> Freeze for ViewEntryMut<'a, V>
impl<'a, V> RefUnwindSafe for ViewEntryMut<'a, V>where
V: RefUnwindSafe,
impl<'a, V> Send for ViewEntryMut<'a, V>
impl<'a, V> Sync for ViewEntryMut<'a, V>
impl<'a, V> Unpin for ViewEntryMut<'a, V>
impl<'a, V> !UnwindSafe for ViewEntryMut<'a, V>
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