pub struct GetNodeForLocationCommandBuilder { /* private fields */ }Available on crate features
DOM and Runtime only.Implementations§
Source§impl GetNodeForLocationCommandBuilder
impl GetNodeForLocationCommandBuilder
Sourcepub fn include_user_agent_shadow_dom(&mut self, v: bool) -> &mut Self
pub fn include_user_agent_shadow_dom(&mut self, v: bool) -> &mut Self
False to skip to the nearest non-UA shadow root ancestor (default: false).
Sourcepub fn ignore_pointer_events_none(&mut self, v: bool) -> &mut Self
pub fn ignore_pointer_events_none(&mut self, v: bool) -> &mut Self
Whether to ignore pointer-events: none on elements and hit test them.
pub fn build(&mut self) -> Result<GetNodeForLocationCommand, &'static str>
Trait Implementations§
Source§impl Clone for GetNodeForLocationCommandBuilder
impl Clone for GetNodeForLocationCommandBuilder
Source§fn clone(&self) -> GetNodeForLocationCommandBuilder
fn clone(&self) -> GetNodeForLocationCommandBuilder
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 GetNodeForLocationCommandBuilder
impl RefUnwindSafe for GetNodeForLocationCommandBuilder
impl Send for GetNodeForLocationCommandBuilder
impl Sync for GetNodeForLocationCommandBuilder
impl Unpin for GetNodeForLocationCommandBuilder
impl UnwindSafe for GetNodeForLocationCommandBuilder
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