pub struct GetDevToolsTargetReturnObject {
pub target_id: Option<TargetId>,
}Expand description
Gets the targetId of the DevTools page target opened for the given target (if any).
Fields§
§target_id: Option<TargetId>The targetId of DevTools page target if exists.
Trait Implementations§
Source§impl Clone for GetDevToolsTargetReturnObject
impl Clone for GetDevToolsTargetReturnObject
Source§fn clone(&self) -> GetDevToolsTargetReturnObject
fn clone(&self) -> GetDevToolsTargetReturnObject
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<'de> Deserialize<'de> for GetDevToolsTargetReturnObject
impl<'de> Deserialize<'de> for GetDevToolsTargetReturnObject
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 GetDevToolsTargetReturnObject
impl PartialEq for GetDevToolsTargetReturnObject
Source§fn eq(&self, other: &GetDevToolsTargetReturnObject) -> bool
fn eq(&self, other: &GetDevToolsTargetReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetDevToolsTargetReturnObject
Auto Trait Implementations§
impl Freeze for GetDevToolsTargetReturnObject
impl RefUnwindSafe for GetDevToolsTargetReturnObject
impl Send for GetDevToolsTargetReturnObject
impl Sync for GetDevToolsTargetReturnObject
impl Unpin for GetDevToolsTargetReturnObject
impl UnsafeUnpin for GetDevToolsTargetReturnObject
impl UnwindSafe for GetDevToolsTargetReturnObject
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