pub struct SearchInResponseBodyCommandBuilder { /* private fields */ }Available on crate features
Network and Debugger and Runtime and Security and experimental only.Implementations§
Source§impl SearchInResponseBodyCommandBuilder
impl SearchInResponseBodyCommandBuilder
Sourcepub fn request_id(&mut self, v: RequestId) -> &mut Self
pub fn request_id(&mut self, v: RequestId) -> &mut Self
Identifier of the network response to search.
Sourcepub fn case_sensitive(&mut self, v: bool) -> &mut Self
pub fn case_sensitive(&mut self, v: bool) -> &mut Self
If true, search is case sensitive.
pub fn build(&mut self) -> Result<SearchInResponseBodyCommand, &'static str>
Trait Implementations§
Source§impl Clone for SearchInResponseBodyCommandBuilder
impl Clone for SearchInResponseBodyCommandBuilder
Source§fn clone(&self) -> SearchInResponseBodyCommandBuilder
fn clone(&self) -> SearchInResponseBodyCommandBuilder
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 moreAuto Trait Implementations§
impl Freeze for SearchInResponseBodyCommandBuilder
impl RefUnwindSafe for SearchInResponseBodyCommandBuilder
impl Send for SearchInResponseBodyCommandBuilder
impl Sync for SearchInResponseBodyCommandBuilder
impl Unpin for SearchInResponseBodyCommandBuilder
impl UnwindSafe for SearchInResponseBodyCommandBuilder
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