pub struct SetFocusEmulationEnabledBuilder { /* private fields */ }Implementations§
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 moreSource§impl Default for SetFocusEmulationEnabledBuilder
impl Default for SetFocusEmulationEnabledBuilder
Source§fn default() -> SetFocusEmulationEnabledBuilder
fn default() -> SetFocusEmulationEnabledBuilder
Returns the “default value” for a type. Read more
Auto 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