pub struct GetFrameOwnerParams {
pub frame_id: FrameId,
}Expand description
Returns iframe node that owns iframe with the given domain. getFrameOwner
Fields§
§frame_id: FrameIdImplementations§
Trait Implementations§
Source§impl Clone for GetFrameOwnerParams
impl Clone for GetFrameOwnerParams
Source§fn clone(&self) -> GetFrameOwnerParams
fn clone(&self) -> GetFrameOwnerParams
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 GetFrameOwnerParams
impl Debug for GetFrameOwnerParams
Source§impl<'de> Deserialize<'de> for GetFrameOwnerParams
impl<'de> Deserialize<'de> for GetFrameOwnerParams
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 GetFrameOwnerParams
impl PartialEq for GetFrameOwnerParams
Source§impl Serialize for GetFrameOwnerParams
impl Serialize for GetFrameOwnerParams
impl StructuralPartialEq for GetFrameOwnerParams
Auto Trait Implementations§
impl Freeze for GetFrameOwnerParams
impl RefUnwindSafe for GetFrameOwnerParams
impl Send for GetFrameOwnerParams
impl Sync for GetFrameOwnerParams
impl Unpin for GetFrameOwnerParams
impl UnsafeUnpin for GetFrameOwnerParams
impl UnwindSafe for GetFrameOwnerParams
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