pub struct SearchInContentCommandBuilder { /* private fields */ }Available on crate features
Debugger and Runtime only.Implementations§
Source§impl SearchInContentCommandBuilder
impl SearchInContentCommandBuilder
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<SearchInContentCommand, &'static str>
Trait Implementations§
Source§impl Clone for SearchInContentCommandBuilder
impl Clone for SearchInContentCommandBuilder
Source§fn clone(&self) -> SearchInContentCommandBuilder
fn clone(&self) -> SearchInContentCommandBuilder
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 SearchInContentCommandBuilder
impl RefUnwindSafe for SearchInContentCommandBuilder
impl Send for SearchInContentCommandBuilder
impl Sync for SearchInContentCommandBuilder
impl Unpin for SearchInContentCommandBuilder
impl UnwindSafe for SearchInContentCommandBuilder
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