pub struct DevTools { /* private fields */ }Expand description
In-app DevTools (HTML inject + SSE timeline). Disabled unless development / env.
Implementations§
Trait Implementations§
Source§impl Plugin for DevTools
impl Plugin for DevTools
Source§fn id(&self) -> &'static str
fn id(&self) -> &'static str
Stable plugin identifier used for dependency checks and
crate::App::has_plugin. Read moreSource§fn meta(&self) -> PluginMeta
fn meta(&self) -> PluginMeta
Display name, description, and declared
PluginMeta::sdk version.Auto Trait Implementations§
impl Freeze for DevTools
impl RefUnwindSafe for DevTools
impl Send for DevTools
impl Sync for DevTools
impl Unpin for DevTools
impl UnsafeUnpin for DevTools
impl UnwindSafe for DevTools
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