Struct dioxus_core::ScopeId [−][src]
pub struct ScopeId(pub usize);Expand description
A component’s unique identifier.
ScopeId is a usize that is unique across the entire VirtualDOM and across time. ScopeIDs will never be reused
once a component has been unmounted.
Tuple Fields
0: usizeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ScopeId
impl UnwindSafe for ScopeId
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
