pub struct ExposeDevToolsProtocol {
pub target_id: TargetId,
pub binding_name: Option<String>,
pub inherit_permissions: Option<bool>,
}Fields§
§target_id: TargetId§binding_name: Option<String>§inherit_permissions: Option<bool>Trait Implementations§
Source§impl Clone for ExposeDevToolsProtocol
impl Clone for ExposeDevToolsProtocol
Source§fn clone(&self) -> ExposeDevToolsProtocol
fn clone(&self) -> ExposeDevToolsProtocol
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 ExposeDevToolsProtocol
impl Debug for ExposeDevToolsProtocol
Source§impl<'de> Deserialize<'de> for ExposeDevToolsProtocol
impl<'de> Deserialize<'de> for ExposeDevToolsProtocol
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 ExposeDevToolsProtocol
impl Method for ExposeDevToolsProtocol
const NAME: &'static str = "Target.exposeDevToolsProtocol"
type ReturnObject = ExposeDevToolsProtocolReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for ExposeDevToolsProtocol
impl PartialEq for ExposeDevToolsProtocol
Source§impl Serialize for ExposeDevToolsProtocol
impl Serialize for ExposeDevToolsProtocol
impl StructuralPartialEq for ExposeDevToolsProtocol
Auto Trait Implementations§
impl Freeze for ExposeDevToolsProtocol
impl RefUnwindSafe for ExposeDevToolsProtocol
impl Send for ExposeDevToolsProtocol
impl Sync for ExposeDevToolsProtocol
impl Unpin for ExposeDevToolsProtocol
impl UnwindSafe for ExposeDevToolsProtocol
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