pub struct ClearIdleOverrideCommand {}Available on crate features
Emulation and DOM and Page and Runtime and experimental only.Expand description
Clears Idle state overrides.
Implementations§
Trait Implementations§
Source§impl Clone for ClearIdleOverrideCommand
impl Clone for ClearIdleOverrideCommand
Source§fn clone(&self) -> ClearIdleOverrideCommand
fn clone(&self) -> ClearIdleOverrideCommand
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 Command for ClearIdleOverrideCommand
impl Command for ClearIdleOverrideCommand
Source§impl Debug for ClearIdleOverrideCommand
impl Debug for ClearIdleOverrideCommand
Source§impl Default for ClearIdleOverrideCommand
impl Default for ClearIdleOverrideCommand
Source§fn default() -> ClearIdleOverrideCommand
fn default() -> ClearIdleOverrideCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClearIdleOverrideCommand
impl<'de> Deserialize<'de> for ClearIdleOverrideCommand
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
Auto Trait Implementations§
impl Freeze for ClearIdleOverrideCommand
impl RefUnwindSafe for ClearIdleOverrideCommand
impl Send for ClearIdleOverrideCommand
impl Sync for ClearIdleOverrideCommand
impl Unpin for ClearIdleOverrideCommand
impl UnwindSafe for ClearIdleOverrideCommand
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