[][src]Struct rusty_v8::inspector::V8InspectorClient

#[repr(C)]pub struct V8InspectorClient { /* fields omitted */ }

Methods

impl V8InspectorClient[src]

pub fn run_message_loop_on_pause(&mut self, context_group_id: i32)[src]

pub fn quit_message_loop_on_pause(&mut self)[src]

pub fn run_if_waiting_for_debugger(&mut self, context_group_id: i32)[src]

pub fn console_api_message(
    &mut self,
    context_group_id: i32,
    level: i32,
    message: &StringView,
    url: &StringView,
    line_number: u32,
    column_number: u32,
    stack_trace: &mut V8StackTrace
)
[src]

Trait Implementations

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> AsV8InspectorClient for T where
    T: V8InspectorClientImpl
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.