pub struct V8InspectorClient { /* private fields */ }Implementations§
Source§impl V8InspectorClient
impl V8InspectorClient
pub fn run_message_loop_on_pause(&self, context_group_id: i32)
pub fn quit_message_loop_on_pause(&self)
pub fn run_if_waiting_for_debugger(&self, context_group_id: i32)
pub fn console_api_message( &self, context_group_id: i32, level: i32, message: &StringView<'_>, url: &StringView<'_>, line_number: u32, column_number: u32, stack_trace: &mut V8StackTrace, )
pub fn generate_unique_id(&self) -> i64
Source§impl V8InspectorClient
impl V8InspectorClient
pub fn new(imp: Box<dyn V8InspectorClientImpl>) -> V8InspectorClient
Trait Implementations§
Auto Trait Implementations§
impl Freeze for V8InspectorClient
impl !RefUnwindSafe for V8InspectorClient
impl !Send for V8InspectorClient
impl !Sync for V8InspectorClient
impl Unpin for V8InspectorClient
impl UnsafeUnpin for V8InspectorClient
impl !UnwindSafe for V8InspectorClient
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