pub struct HardSearchOptions {
pub case_sensitive: bool,
pub search_hardness: u8,
}
Expand description
type that includes hard search options for is_program_installed_search_hard()
function.
Fields§
§case_sensitive: bool
§search_hardness: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HardSearchOptions
impl RefUnwindSafe for HardSearchOptions
impl Send for HardSearchOptions
impl Sync for HardSearchOptions
impl Unpin for HardSearchOptions
impl UnwindSafe for HardSearchOptions
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