pub(crate) struct Collector {Show 13 fields
pub(crate) tests: Vec<TestDescAndFn>,
names: Vec<String>,
rustdoc_options: RustdocOptions,
use_headers: bool,
enable_per_target_ignores: bool,
crate_name: Symbol,
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: RustdocOptions
use_headers: bool
enable_per_target_ignores: bool
crate_name: Symbol
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
sourceimpl Collector
impl Collector
pub(crate) fn new(
crate_name: Symbol,
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn 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>,
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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: 2752 bytes