pub struct GetFrameOwnerReturns {
pub backendNodeId: BackendNodeId,
pub nodeId: Option<NodeId>,
}Expand description
Returns iframe node that owns iframe with the given domain.
Fields§
§backendNodeId: BackendNodeIdResulting node.
nodeId: Option<NodeId>Id of the node at given coordinates, only when enabled and requested document.
Trait Implementations§
Source§impl Clone for GetFrameOwnerReturns
impl Clone for GetFrameOwnerReturns
Source§fn clone(&self) -> GetFrameOwnerReturns
fn clone(&self) -> GetFrameOwnerReturns
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 GetFrameOwnerReturns
impl Debug for GetFrameOwnerReturns
Source§impl Default for GetFrameOwnerReturns
impl Default for GetFrameOwnerReturns
Source§fn default() -> GetFrameOwnerReturns
fn default() -> GetFrameOwnerReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetFrameOwnerReturns
impl<'de> Deserialize<'de> for GetFrameOwnerReturns
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 Freeze for GetFrameOwnerReturns
impl RefUnwindSafe for GetFrameOwnerReturns
impl Send for GetFrameOwnerReturns
impl Sync for GetFrameOwnerReturns
impl Unpin for GetFrameOwnerReturns
impl UnsafeUnpin for GetFrameOwnerReturns
impl UnwindSafe for GetFrameOwnerReturns
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