pub struct ForcePseudoStateCommand { /* private fields */ }Available on crate features
experimental and CSS and DOM and Page only.Expand description
Ensures that the given node will have specified pseudo-classes whenever its style is computed by the browser.
Implementations§
Trait Implementations§
Source§impl Clone for ForcePseudoStateCommand
impl Clone for ForcePseudoStateCommand
Source§fn clone(&self) -> ForcePseudoStateCommand
fn clone(&self) -> ForcePseudoStateCommand
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 ForcePseudoStateCommand
impl Command for ForcePseudoStateCommand
Source§impl Debug for ForcePseudoStateCommand
impl Debug for ForcePseudoStateCommand
Source§impl<'de> Deserialize<'de> for ForcePseudoStateCommand
impl<'de> Deserialize<'de> for ForcePseudoStateCommand
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 ForcePseudoStateCommand
impl RefUnwindSafe for ForcePseudoStateCommand
impl Send for ForcePseudoStateCommand
impl Sync for ForcePseudoStateCommand
impl Unpin for ForcePseudoStateCommand
impl UnwindSafe for ForcePseudoStateCommand
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