pub struct SetFocusEmulationEnabled {
pub enabled: bool,
}Fields§
§enabled: boolTrait Implementations§
Source§impl Clone for SetFocusEmulationEnabled
impl Clone for SetFocusEmulationEnabled
Source§fn clone(&self) -> SetFocusEmulationEnabled
fn clone(&self) -> SetFocusEmulationEnabled
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 Debug for SetFocusEmulationEnabled
impl Debug for SetFocusEmulationEnabled
Source§impl<'de> Deserialize<'de> for SetFocusEmulationEnabled
impl<'de> Deserialize<'de> for SetFocusEmulationEnabled
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for SetFocusEmulationEnabled
impl Method for SetFocusEmulationEnabled
const NAME: &'static str = "Emulation.setFocusEmulationEnabled"
type ReturnObject = SetFocusEmulationEnabledReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetFocusEmulationEnabled
impl PartialEq for SetFocusEmulationEnabled
Source§impl Serialize for SetFocusEmulationEnabled
impl Serialize for SetFocusEmulationEnabled
impl StructuralPartialEq for SetFocusEmulationEnabled
Auto Trait Implementations§
impl Freeze for SetFocusEmulationEnabled
impl RefUnwindSafe for SetFocusEmulationEnabled
impl Send for SetFocusEmulationEnabled
impl Sync for SetFocusEmulationEnabled
impl Unpin for SetFocusEmulationEnabled
impl UnwindSafe for SetFocusEmulationEnabled
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