pub struct GetNodeForLocation { /* private fields */ }Expand description
Returns node id at given location. Depending on whether DOM domain is enabled, nodeId is either returned or not.
Implementations§
Trait Implementations§
Source§impl Clone for GetNodeForLocation
impl Clone for GetNodeForLocation
Source§fn clone(&self) -> GetNodeForLocation
fn clone(&self) -> GetNodeForLocation
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 Command for GetNodeForLocation
impl Command for GetNodeForLocation
Source§type Response = GetNodeForLocationResult
type Response = GetNodeForLocationResult
Response type for this command
Source§impl Debug for GetNodeForLocation
impl Debug for GetNodeForLocation
Auto Trait Implementations§
impl Freeze for GetNodeForLocation
impl RefUnwindSafe for GetNodeForLocation
impl Send for GetNodeForLocation
impl Sync for GetNodeForLocation
impl Unpin for GetNodeForLocation
impl UnwindSafe for GetNodeForLocation
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