Struct dioxus_core::VPlaceholder
source · pub struct VPlaceholder { /* private fields */ }
Expand description
A placeholder node, used by suspense and fragments
Implementations§
source§impl VPlaceholder
impl VPlaceholder
sourcepub fn mounted_element(&self) -> Option<ElementId>
pub fn mounted_element(&self) -> Option<ElementId>
Get the mounted ID of this node
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