pub struct AddBindingReturn {}Available on crate features
Runtime and experimental only.Expand description
If executionContextId is empty, adds binding with the given name on the global objects of all inspected contexts, including those created later, bindings survive reloads. Binding function takes exactly one argument, this argument should be string, in case of any other input, function throws an exception. Each binding function call produces Runtime.bindingCalled notification.
Implementations§
Trait Implementations§
Source§impl Clone for AddBindingReturn
impl Clone for AddBindingReturn
Source§fn clone(&self) -> AddBindingReturn
fn clone(&self) -> AddBindingReturn
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 Debug for AddBindingReturn
impl Debug for AddBindingReturn
Source§impl Default for AddBindingReturn
impl Default for AddBindingReturn
Source§fn default() -> AddBindingReturn
fn default() -> AddBindingReturn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddBindingReturn
impl<'de> Deserialize<'de> for AddBindingReturn
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 AddBindingReturn
impl RefUnwindSafe for AddBindingReturn
impl Send for AddBindingReturn
impl Sync for AddBindingReturn
impl Unpin for AddBindingReturn
impl UnwindSafe for AddBindingReturn
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