pub struct GetDevToolsTargetParams {
pub target_id: TargetId,
}Expand description
Gets the targetId of the DevTools page target opened for the given target (if any). getDevToolsTarget
Fields§
§target_id: TargetIdPage or tab target ID.
Implementations§
Trait Implementations§
Source§impl Clone for GetDevToolsTargetParams
impl Clone for GetDevToolsTargetParams
Source§fn clone(&self) -> GetDevToolsTargetParams
fn clone(&self) -> GetDevToolsTargetParams
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 GetDevToolsTargetParams
impl Debug for GetDevToolsTargetParams
Source§impl<'de> Deserialize<'de> for GetDevToolsTargetParams
impl<'de> Deserialize<'de> for GetDevToolsTargetParams
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 PartialEq for GetDevToolsTargetParams
impl PartialEq for GetDevToolsTargetParams
Source§impl Serialize for GetDevToolsTargetParams
impl Serialize for GetDevToolsTargetParams
impl StructuralPartialEq for GetDevToolsTargetParams
Auto Trait Implementations§
impl Freeze for GetDevToolsTargetParams
impl RefUnwindSafe for GetDevToolsTargetParams
impl Send for GetDevToolsTargetParams
impl Sync for GetDevToolsTargetParams
impl Unpin for GetDevToolsTargetParams
impl UnsafeUnpin for GetDevToolsTargetParams
impl UnwindSafe for GetDevToolsTargetParams
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