pub struct ComponentUnmounted {
pub component: &'static str,
pub scope_id: ScopeId,
}Expand description
Emitted just before a component scope is removed.
Fields§
§component: &'static str§scope_id: ScopeIdTrait Implementations§
Source§impl Clone for ComponentUnmounted
impl Clone for ComponentUnmounted
Source§fn clone(&self) -> ComponentUnmounted
fn clone(&self) -> ComponentUnmounted
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 ComponentUnmounted
impl ComponentEvent for ComponentUnmounted
impl Copy for ComponentUnmounted
Auto Trait Implementations§
impl Freeze for ComponentUnmounted
impl RefUnwindSafe for ComponentUnmounted
impl Send for ComponentUnmounted
impl Sync for ComponentUnmounted
impl Unpin for ComponentUnmounted
impl UnsafeUnpin for ComponentUnmounted
impl UnwindSafe for ComponentUnmounted
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