pub struct GetNodeForLocationParamsBuilder { /* private fields */ }
Implementations§
source§impl GetNodeForLocationParamsBuilder
impl GetNodeForLocationParamsBuilder
pub fn x(self, x: impl Into<i64>) -> Self
pub fn y(self, y: impl Into<i64>) -> Self
pub fn include_user_agent_shadow_dom( self, include_user_agent_shadow_dom: impl Into<bool> ) -> Self
pub fn ignore_pointer_events_none( self, ignore_pointer_events_none: impl Into<bool> ) -> Self
pub fn build(self) -> Result<GetNodeForLocationParams, String>
Trait Implementations§
source§impl Clone for GetNodeForLocationParamsBuilder
impl Clone for GetNodeForLocationParamsBuilder
source§fn clone(&self) -> GetNodeForLocationParamsBuilder
fn clone(&self) -> GetNodeForLocationParamsBuilder
Returns a copy 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 Default for GetNodeForLocationParamsBuilder
impl Default for GetNodeForLocationParamsBuilder
source§fn default() -> GetNodeForLocationParamsBuilder
fn default() -> GetNodeForLocationParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for GetNodeForLocationParamsBuilder
impl Send for GetNodeForLocationParamsBuilder
impl Sync for GetNodeForLocationParamsBuilder
impl Unpin for GetNodeForLocationParamsBuilder
impl UnwindSafe for GetNodeForLocationParamsBuilder
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