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