pub struct GetFrameOwnerReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetFrameOwnerReturnObject.
Implementations§
Source§impl GetFrameOwnerReturnObjectBuilder
impl GetFrameOwnerReturnObjectBuilder
Sourcepub fn backend_node_id(&mut self, value: BackendNodeId) -> &mut Self
pub fn backend_node_id(&mut self, value: BackendNodeId) -> &mut Self
Resulting node.
Sourcepub fn node_id(&mut self, value: Option<NodeId>) -> &mut Self
pub fn node_id(&mut self, value: Option<NodeId>) -> &mut Self
Id of the node at given coordinates, only when enabled and requested document.
Sourcepub fn build(
&self,
) -> Result<GetFrameOwnerReturnObject, GetFrameOwnerReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetFrameOwnerReturnObject, GetFrameOwnerReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetFrameOwnerReturnObjectBuilder
impl Clone for GetFrameOwnerReturnObjectBuilder
Source§fn clone(&self) -> GetFrameOwnerReturnObjectBuilder
fn clone(&self) -> GetFrameOwnerReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for GetFrameOwnerReturnObjectBuilder
impl RefUnwindSafe for GetFrameOwnerReturnObjectBuilder
impl Send for GetFrameOwnerReturnObjectBuilder
impl Sync for GetFrameOwnerReturnObjectBuilder
impl Unpin for GetFrameOwnerReturnObjectBuilder
impl UnsafeUnpin for GetFrameOwnerReturnObjectBuilder
impl UnwindSafe for GetFrameOwnerReturnObjectBuilder
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