pub struct ChromeFindInPageOptions {
pub query: String,
pub forward: bool,
pub match_case: bool,
pub new_session: bool,
pub find_match: bool,
}Expand description
Options for a Chromium find-in-page request.
Fields§
§query: String§forward: bool§match_case: bool§new_session: bool§find_match: boolImplementations§
Trait Implementations§
Source§impl Clone for ChromeFindInPageOptions
impl Clone for ChromeFindInPageOptions
Source§fn clone(&self) -> ChromeFindInPageOptions
fn clone(&self) -> ChromeFindInPageOptions
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 ChromeFindInPageOptions
impl Debug for ChromeFindInPageOptions
Source§impl PartialEq for ChromeFindInPageOptions
impl PartialEq for ChromeFindInPageOptions
impl Eq for ChromeFindInPageOptions
impl StructuralPartialEq for ChromeFindInPageOptions
Auto Trait Implementations§
impl Freeze for ChromeFindInPageOptions
impl RefUnwindSafe for ChromeFindInPageOptions
impl Send for ChromeFindInPageOptions
impl Sync for ChromeFindInPageOptions
impl Unpin for ChromeFindInPageOptions
impl UnsafeUnpin for ChromeFindInPageOptions
impl UnwindSafe for ChromeFindInPageOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.