pub struct AddBinding {
pub name: String,
pub execution_context_id: Option<ExecutionContextId>,
pub execution_context_name: Option<String>,
}Fields§
§name: String§execution_context_id: Option<ExecutionContextId>§execution_context_name: Option<String>Trait Implementations§
Source§impl Clone for AddBinding
impl Clone for AddBinding
Source§fn clone(&self) -> AddBinding
fn clone(&self) -> AddBinding
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 AddBinding
impl Debug for AddBinding
Source§impl<'de> Deserialize<'de> for AddBinding
impl<'de> Deserialize<'de> for AddBinding
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
Source§impl Method for AddBinding
impl Method for AddBinding
const NAME: &'static str = "Runtime.addBinding"
type ReturnObject = AddBindingReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for AddBinding
impl PartialEq for AddBinding
Source§impl Serialize for AddBinding
impl Serialize for AddBinding
impl StructuralPartialEq for AddBinding
Auto Trait Implementations§
impl Freeze for AddBinding
impl RefUnwindSafe for AddBinding
impl Send for AddBinding
impl Sync for AddBinding
impl Unpin for AddBinding
impl UnwindSafe for AddBinding
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