pub struct CrashCommand {}
Available on crate features
Browser
and experimental
only.Expand description
Crashes browser on the main thread.
Implementations§
Source§impl CrashCommand
impl CrashCommand
Trait Implementations§
Source§impl Clone for CrashCommand
impl Clone for CrashCommand
Source§fn clone(&self) -> CrashCommand
fn clone(&self) -> CrashCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Command for CrashCommand
impl Command for CrashCommand
Source§impl Debug for CrashCommand
impl Debug for CrashCommand
Source§impl Default for CrashCommand
impl Default for CrashCommand
Source§fn default() -> CrashCommand
fn default() -> CrashCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CrashCommand
impl<'de> Deserialize<'de> for CrashCommand
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CrashCommand
impl RefUnwindSafe for CrashCommand
impl Send for CrashCommand
impl Sync for CrashCommand
impl Unpin for CrashCommand
impl UnwindSafe for CrashCommand
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