pub struct SearchQuery { /* private fields */ }
Implementations§
Set the starting address for the search
Set the ending address for the search (inclusive)
Set whether to interpret the pattern as a raw string
Set whether to perform case-insensitive matching
Set whether to allow matches to overlap
Set the alignment of matches (must be a power of 2)
Serialize the query to a JSON string
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§