Struct project2::search::SearchInputs
source · pub struct SearchInputs { /* private fields */ }
Implementations§
source§impl SearchInputs
impl SearchInputs
pub fn as_str(&self) -> &str
pub fn files_to_include(&self) -> &[PathMatcher]
pub fn files_to_exclude(&self) -> &[PathMatcher]
Trait Implementations§
source§impl Clone for SearchInputs
impl Clone for SearchInputs
source§fn clone(&self) -> SearchInputs
fn clone(&self) -> SearchInputs
Returns a copy 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 RefUnwindSafe for SearchInputs
impl Send for SearchInputs
impl Sync for SearchInputs
impl Unpin for SearchInputs
impl UnwindSafe for SearchInputs
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