pub struct PerformSearchCommand { /* private fields */ }Available on crate features
DOM and Runtime and experimental only.Expand description
Searches for a given string in the DOM tree. Use getSearchResults to access search results or
cancelSearch to end this search session.
Implementations§
Trait Implementations§
Source§impl Clone for PerformSearchCommand
impl Clone for PerformSearchCommand
Source§fn clone(&self) -> PerformSearchCommand
fn clone(&self) -> PerformSearchCommand
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 PerformSearchCommand
impl Command for PerformSearchCommand
Source§impl Debug for PerformSearchCommand
impl Debug for PerformSearchCommand
Source§impl<'de> Deserialize<'de> for PerformSearchCommand
impl<'de> Deserialize<'de> for PerformSearchCommand
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 PerformSearchCommand
impl RefUnwindSafe for PerformSearchCommand
impl Send for PerformSearchCommand
impl Sync for PerformSearchCommand
impl Unpin for PerformSearchCommand
impl UnwindSafe for PerformSearchCommand
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