pub(crate) struct Collector {Show 13 fields
pub(crate) tests: Vec<TestDescAndFn>,
names: Vec<String>,
rustdoc_options: Options,
use_headers: bool,
enable_per_target_ignores: bool,
crate_name: String,
opts: GlobalTestOptions,
position: Span,
source_map: Option<Lrc<SourceMap>>,
filename: Option<PathBuf>,
visited_tests: FxHashMap<(String, usize), usize>,
unused_extern_reports: Arc<Mutex<Vec<UnusedExterns>>>,
compiling_test_count: AtomicUsize,
}
Fields§
§tests: Vec<TestDescAndFn>
§names: Vec<String>
§rustdoc_options: Options
§use_headers: bool
§enable_per_target_ignores: bool
§crate_name: String
§opts: GlobalTestOptions
§position: Span
§source_map: Option<Lrc<SourceMap>>
§filename: Option<PathBuf>
§visited_tests: FxHashMap<(String, usize), usize>
§unused_extern_reports: Arc<Mutex<Vec<UnusedExterns>>>
§compiling_test_count: AtomicUsize
Implementations§
source§impl Collector
impl Collector
pub(crate) fn new( crate_name: String, rustdoc_options: RustdocOptions, use_headers: bool, opts: GlobalTestOptions, source_map: Option<Lrc<SourceMap>>, filename: Option<PathBuf>, enable_per_target_ignores: bool ) -> Collector
fn generate_name(&self, line: usize, filename: &FileName) -> String
pub(crate) fn set_position(&mut self, position: Span)
fn get_filename(&self) -> FileName
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Collector
impl !Send for Collector
impl !Sync for Collector
impl Unpin for Collector
impl !UnwindSafe for Collector
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,
source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 2416 bytes