pub struct GetNodeForLocationReturns<'a> { /* private fields */ }Expand description
Returns node id at given location. Depending on whether DOM domain is enabled, nodeId is either returned or not.
Implementations§
Source§impl<'a> GetNodeForLocationReturns<'a>
impl<'a> GetNodeForLocationReturns<'a>
pub fn builder( backendNodeId: BackendNodeId, frameId: FrameId<'a>, ) -> GetNodeForLocationReturnsBuilder<'a>
pub fn backendNodeId(&self) -> &BackendNodeId
pub fn frameId(&self) -> &FrameId<'a>
pub fn nodeId(&self) -> Option<&NodeId>
Trait Implementations§
Source§impl<'a> Clone for GetNodeForLocationReturns<'a>
impl<'a> Clone for GetNodeForLocationReturns<'a>
Source§fn clone(&self) -> GetNodeForLocationReturns<'a>
fn clone(&self) -> GetNodeForLocationReturns<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Debug for GetNodeForLocationReturns<'a>
impl<'a> Debug for GetNodeForLocationReturns<'a>
Source§impl<'a> Default for GetNodeForLocationReturns<'a>
impl<'a> Default for GetNodeForLocationReturns<'a>
Source§fn default() -> GetNodeForLocationReturns<'a>
fn default() -> GetNodeForLocationReturns<'a>
Returns the “default value” for a type. Read more
Source§impl<'de, 'a> Deserialize<'de> for GetNodeForLocationReturns<'a>
impl<'de, 'a> Deserialize<'de> for GetNodeForLocationReturns<'a>
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<'a> Freeze for GetNodeForLocationReturns<'a>
impl<'a> RefUnwindSafe for GetNodeForLocationReturns<'a>
impl<'a> Send for GetNodeForLocationReturns<'a>
impl<'a> Sync for GetNodeForLocationReturns<'a>
impl<'a> Unpin for GetNodeForLocationReturns<'a>
impl<'a> UnsafeUnpin for GetNodeForLocationReturns<'a>
impl<'a> UnwindSafe for GetNodeForLocationReturns<'a>
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