pub struct AppBootStarted {
pub component_count: usize,
pub route_count: usize,
}Expand description
Emitted once app boot starts after plugin validation succeeds.
Fields§
§component_count: usize§route_count: usizeTrait Implementations§
Source§impl Clone for AppBootStarted
impl Clone for AppBootStarted
Source§fn clone(&self) -> AppBootStarted
fn clone(&self) -> AppBootStarted
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 moreimpl Copy for AppBootStarted
Auto Trait Implementations§
impl Freeze for AppBootStarted
impl RefUnwindSafe for AppBootStarted
impl Send for AppBootStarted
impl Sync for AppBootStarted
impl Unpin for AppBootStarted
impl UnsafeUnpin for AppBootStarted
impl UnwindSafe for AppBootStarted
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