Struct dioxus_core::VComponent
source · pub struct VComponent<'a> {
pub name: &'static str,
/* private fields */
}
Expand description
An instance of a child component
Fields§
§name: &'static str
The name of this component
Implementations§
source§impl<'a> VComponent<'a>
impl<'a> VComponent<'a>
sourcepub fn mounted_scope(&self) -> Option<ScopeId>
pub fn mounted_scope(&self) -> Option<ScopeId>
Get the scope that this component is mounted to
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for VComponent<'a>
impl<'a> !Send for VComponent<'a>
impl<'a> !Sync for VComponent<'a>
impl<'a> Unpin for VComponent<'a>
impl<'a> !UnwindSafe for VComponent<'a>
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