pub struct SetFocusEmulationEnabledBuilder { /* private fields */ }Expand description
Builder for SetFocusEmulationEnabled.
Implementations§
Source§impl SetFocusEmulationEnabledBuilder
impl SetFocusEmulationEnabledBuilder
Sourcepub fn enabled<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn enabled<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
Whether to enable to disable focus emulation.
Sourcepub fn build(
&self,
) -> Result<SetFocusEmulationEnabled, SetFocusEmulationEnabledBuilderError>
pub fn build( &self, ) -> Result<SetFocusEmulationEnabled, SetFocusEmulationEnabledBuilderError>
Trait Implementations§
Source§impl Clone for SetFocusEmulationEnabledBuilder
impl Clone for SetFocusEmulationEnabledBuilder
Source§fn clone(&self) -> SetFocusEmulationEnabledBuilder
fn clone(&self) -> SetFocusEmulationEnabledBuilder
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 SetFocusEmulationEnabledBuilder
impl RefUnwindSafe for SetFocusEmulationEnabledBuilder
impl Send for SetFocusEmulationEnabledBuilder
impl Sync for SetFocusEmulationEnabledBuilder
impl Unpin for SetFocusEmulationEnabledBuilder
impl UnsafeUnpin for SetFocusEmulationEnabledBuilder
impl UnwindSafe for SetFocusEmulationEnabledBuilder
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