Struct tree_sitter_cli::test::TestOptions
source · pub struct TestOptions<'a> {
pub path: PathBuf,
pub debug: bool,
pub debug_graph: bool,
pub filter: Option<&'a str>,
pub include: Option<Regex>,
pub exclude: Option<Regex>,
pub update: bool,
pub open_log: bool,
pub languages: BTreeMap<&'a str, &'a Language>,
}Fields§
§path: PathBuf§debug: bool§debug_graph: bool§filter: Option<&'a str>§include: Option<Regex>§exclude: Option<Regex>§update: bool§open_log: bool§languages: BTreeMap<&'a str, &'a Language>Auto Trait Implementations§
impl<'a> Freeze for TestOptions<'a>
impl<'a> RefUnwindSafe for TestOptions<'a>
impl<'a> Send for TestOptions<'a>
impl<'a> Sync for TestOptions<'a>
impl<'a> Unpin for TestOptions<'a>
impl<'a> UnwindSafe for TestOptions<'a>
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