pub struct SearchInResponseBody { /* private fields */ }Expand description
Searches for given string in response content. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
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 Command for SearchInResponseBody
impl Command for SearchInResponseBody
Source§impl Debug for SearchInResponseBody
impl Debug 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