pub struct SearchInResponseBodyCommand { /* private fields */ }Available on crate features
Network and Debugger and Runtime and Security and experimental only.Expand description
Searches for given string in response content.
Implementations§
Source§impl SearchInResponseBodyCommand
impl SearchInResponseBodyCommand
pub fn builder() -> SearchInResponseBodyCommandBuilder
Sourcepub fn request_id(&self) -> &RequestId
pub fn request_id(&self) -> &RequestId
Identifier of the network response to search.
Sourcepub fn case_sensitive(&self) -> Option<&bool>
pub fn case_sensitive(&self) -> Option<&bool>
If true, search is case sensitive.
Trait Implementations§
Source§impl Clone for SearchInResponseBodyCommand
impl Clone for SearchInResponseBodyCommand
Source§fn clone(&self) -> SearchInResponseBodyCommand
fn clone(&self) -> SearchInResponseBodyCommand
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 SearchInResponseBodyCommand
impl Debug for SearchInResponseBodyCommand
Source§impl<'de> Deserialize<'de> for SearchInResponseBodyCommand
impl<'de> Deserialize<'de> for SearchInResponseBodyCommand
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 SearchInResponseBodyCommand
impl RefUnwindSafe for SearchInResponseBodyCommand
impl Send for SearchInResponseBodyCommand
impl Sync for SearchInResponseBodyCommand
impl Unpin for SearchInResponseBodyCommand
impl UnwindSafe for SearchInResponseBodyCommand
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