pub struct SearchInResource {
pub frame_id: FrameId,
pub url: String,
pub query: String,
pub case_sensitive: Option<bool>,
pub is_regex: Option<bool>,
}Fields§
§frame_id: FrameId§url: String§query: String§case_sensitive: Option<bool>§is_regex: Option<bool>Trait Implementations§
Source§impl Clone for SearchInResource
impl Clone for SearchInResource
Source§fn clone(&self) -> SearchInResource
fn clone(&self) -> SearchInResource
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 SearchInResource
impl Debug for SearchInResource
Source§impl<'de> Deserialize<'de> for SearchInResource
impl<'de> Deserialize<'de> for SearchInResource
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
Source§impl Method for SearchInResource
impl Method for SearchInResource
const NAME: &'static str = "Page.searchInResource"
type ReturnObject = SearchInResourceReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SearchInResource
impl PartialEq for SearchInResource
Source§impl Serialize for SearchInResource
impl Serialize for SearchInResource
impl StructuralPartialEq for SearchInResource
Auto Trait Implementations§
impl Freeze for SearchInResource
impl RefUnwindSafe for SearchInResource
impl Send for SearchInResource
impl Sync for SearchInResource
impl Unpin for SearchInResource
impl UnwindSafe for SearchInResource
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