pub struct SearchInContentCommand { /* private fields */ }Available on crate features
Debugger and Runtime only.Expand description
Searches for given string in script content.
Implementations§
Source§impl SearchInContentCommand
impl SearchInContentCommand
pub fn builder() -> SearchInContentCommandBuilder
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 SearchInContentCommand
impl Clone for SearchInContentCommand
Source§fn clone(&self) -> SearchInContentCommand
fn clone(&self) -> SearchInContentCommand
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 SearchInContentCommand
impl Command for SearchInContentCommand
Source§impl Debug for SearchInContentCommand
impl Debug for SearchInContentCommand
Source§impl<'de> Deserialize<'de> for SearchInContentCommand
impl<'de> Deserialize<'de> for SearchInContentCommand
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 SearchInContentCommand
impl RefUnwindSafe for SearchInContentCommand
impl Send for SearchInContentCommand
impl Sync for SearchInContentCommand
impl Unpin for SearchInContentCommand
impl UnwindSafe for SearchInContentCommand
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