struct DiagCtxInner {
running_checks: HashSet<CheckId>,
finished_checks: HashSet<FinishedCheck>,
verbose: bool,
root_path: PathBuf,
}
Fields§
§running_checks: HashSet<CheckId>
§finished_checks: HashSet<FinishedCheck>
§verbose: bool
§root_path: PathBuf
Implementations§
Source§impl DiagCtxInner
impl DiagCtxInner
fn start_check(&mut self, id: CheckId)
fn finish_check(&mut self, check: FinishedCheck)
fn has_check_id(&self, id: &CheckId) -> bool
Auto Trait Implementations§
impl Freeze for DiagCtxInner
impl RefUnwindSafe for DiagCtxInner
impl Send for DiagCtxInner
impl Sync for DiagCtxInner
impl Unpin for DiagCtxInner
impl UnwindSafe for DiagCtxInner
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
§impl<T> Pointable for T
impl<T> Pointable for T
impl<T> ErasedDestructor for Twhere
T: 'static,
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: 128 bytes