Struct leptos_dom::DynChild
source · pub struct DynChild<CF, N>where
CF: Fn() -> N + 'static,
N: IntoView,{ /* private fields */ }
Expand description
Represents any View
that can change over time.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<CF, N> RefUnwindSafe for DynChild<CF, N>where CF: RefUnwindSafe,
impl<CF, N> Send for DynChild<CF, N>where CF: Send,
impl<CF, N> Sync for DynChild<CF, N>where CF: Sync,
impl<CF, N> Unpin for DynChild<CF, N>where CF: Unpin,
impl<CF, N> UnwindSafe for DynChild<CF, N>where CF: UnwindSafe,
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