pub struct ComponentReady {
pub component: &'static str,
pub scope_id: ScopeId,
}Expand description
Emitted on the component ready microtask before the component’s
on_ready hook runs.
Fields§
§component: &'static str§scope_id: ScopeIdTrait Implementations§
Source§impl Clone for ComponentReady
impl Clone for ComponentReady
Source§fn clone(&self) -> ComponentReady
fn clone(&self) -> ComponentReady
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ComponentEvent for ComponentReady
impl ComponentEvent for ComponentReady
impl Copy for ComponentReady
Auto Trait Implementations§
impl Freeze for ComponentReady
impl RefUnwindSafe for ComponentReady
impl Send for ComponentReady
impl Sync for ComponentReady
impl Unpin for ComponentReady
impl UnsafeUnpin for ComponentReady
impl UnwindSafe for ComponentReady
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