pub struct ComponentHandle { /* private fields */ }Expand description
A handle to a mounted component instance.
Uniquely identifies a component instance within the application.
Implementations§
Source§impl ComponentHandle
Implementation of ComponentHandle construction.
impl ComponentHandle
Implementation of ComponentHandle construction.
Trait Implementations§
Source§impl Default for ComponentHandle
impl Default for ComponentHandle
Source§fn default() -> ComponentHandle
fn default() -> ComponentHandle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ComponentHandle
impl RefUnwindSafe for ComponentHandle
impl Send for ComponentHandle
impl Sync for ComponentHandle
impl Unpin for ComponentHandle
impl UnsafeUnpin for ComponentHandle
impl UnwindSafe for ComponentHandle
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