pub struct PerformSearchReturn { /* 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 PerformSearchReturn
impl Clone for PerformSearchReturn
Source§fn clone(&self) -> PerformSearchReturn
fn clone(&self) -> PerformSearchReturn
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 PerformSearchReturn
impl Debug for PerformSearchReturn
Source§impl<'de> Deserialize<'de> for PerformSearchReturn
impl<'de> Deserialize<'de> for PerformSearchReturn
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 PerformSearchReturn
impl RefUnwindSafe for PerformSearchReturn
impl Send for PerformSearchReturn
impl Sync for PerformSearchReturn
impl Unpin for PerformSearchReturn
impl UnwindSafe for PerformSearchReturn
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