Struct dioxus_core::VPlaceholder
source · [−]Expand description
A placeholder node only generated when Fragments don’t have any children.
Fields
id: Cell<Option<ElementId>>The ElementId of the placeholder.
Auto Trait Implementations
impl !RefUnwindSafe for VPlaceholder
impl Send for VPlaceholder
impl !Sync for VPlaceholder
impl Unpin for VPlaceholder
impl UnwindSafe for VPlaceholder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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