pub struct GetFrameOwnerReturns { /* private fields */ }Expand description
Returns iframe node that owns iframe with the given domain.
Implementations§
Source§impl GetFrameOwnerReturns
impl GetFrameOwnerReturns
Sourcepub fn builder(backend_node_id: BackendNodeId) -> GetFrameOwnerReturnsBuilder
pub fn builder(backend_node_id: BackendNodeId) -> GetFrameOwnerReturnsBuilder
Creates a builder for this type with the required parameters:
backend_node_id: Resulting node.
Sourcepub fn backend_node_id(&self) -> &BackendNodeId
pub fn backend_node_id(&self) -> &BackendNodeId
Resulting node.
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 (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 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