[][src]Struct rustc_ap_rustc_data_structures::profiling::VerboseTimingGuard

#[must_use]
pub struct VerboseTimingGuard<'a> { /* fields omitted */ }

Methods

impl<'a> VerboseTimingGuard<'a>[src]

pub fn start(event_id: &'a str, verbose: bool, _guard: TimingGuard<'a>) -> Self[src]

pub fn run<R>(self, f: impl FnOnce() -> R) -> R[src]

Trait Implementations

impl<'_> Drop for VerboseTimingGuard<'_>[src]

Auto Trait Implementations

impl<'a> RefUnwindSafe for VerboseTimingGuard<'a>

impl<'a> Send for VerboseTimingGuard<'a>

impl<'a> Sync for VerboseTimingGuard<'a>

impl<'a> Unpin for VerboseTimingGuard<'a>

impl<'a> UnwindSafe for VerboseTimingGuard<'a>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<'a, T> Captures<'a> for T where
    T: ?Sized
[src]

impl<T> Erased for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<E> SpecializationError for E[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.