Struct dioxus_native_core::real_dom::ViewEntry
source · 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> RefUnwindSafe for ViewEntry<'a, V>where
V: RefUnwindSafe,
<V as Component>::Tracking: RefUnwindSafe,
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>where
V: RefUnwindSafe,
<V as Component>::Tracking: RefUnwindSafe,
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
impl<T, O> SuperFrom<T> for Owhere
O: From<T>,
§fn super_from(input: T) -> O
fn super_from(input: T) -> O
Convert from a type to another type.
§impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
impl<T, O, M> SuperInto<O, M> for Twhere
O: SuperFrom<T, M>,
§fn super_into(self) -> O
fn super_into(self) -> O
Convert from a type to another type.