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