Struct dioxus_core::VPlaceholder
source · pub struct VPlaceholder {
pub id: Cell<Option<ElementId>>,
}Expand description
A placeholder node, used by suspense and fragments
Fields§
§id: Cell<Option<ElementId>>The ID of this node in the real DOM
Trait Implementations§
source§impl Debug for VPlaceholder
impl Debug for VPlaceholder
source§impl Default for VPlaceholder
impl Default for VPlaceholder
source§fn default() -> VPlaceholder
fn default() -> VPlaceholder
Returns the “default value” for a type. Read more
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§
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