pub struct V8InspectorClientBase { /* private fields */ }
Implementations§
Source§impl V8InspectorClientBase
impl V8InspectorClientBase
pub fn new<T>() -> Selfwhere
T: V8InspectorClientImpl,
pub unsafe fn dispatch(client: &V8InspectorClient) -> &dyn V8InspectorClientImpl
pub unsafe fn dispatch_mut( client: &mut V8InspectorClient, ) -> &mut dyn V8InspectorClientImpl
Trait Implementations§
Auto Trait Implementations§
impl Freeze for V8InspectorClientBase
impl !RefUnwindSafe for V8InspectorClientBase
impl !Send for V8InspectorClientBase
impl !Sync for V8InspectorClientBase
impl Unpin for V8InspectorClientBase
impl !UnwindSafe for V8InspectorClientBase
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