[][src]Struct measureme::TimingGuard

#[must_use]
pub struct TimingGuard<'a, S: SerializationSink> { /* fields omitted */ }

When dropped, this TimingGuard will record an "end" event in the Profiler it was created by.

Trait Implementations

impl<'a, S: SerializationSink> Drop for TimingGuard<'a, S>[src]

Auto Trait Implementations

impl<'a, S> Send for TimingGuard<'a, S>

impl<'a, S> Sync for TimingGuard<'a, S>

impl<'a, S> Unpin for TimingGuard<'a, S>

impl<'a, S> UnwindSafe for TimingGuard<'a, S> where
    S: RefUnwindSafe

impl<'a, S> RefUnwindSafe for TimingGuard<'a, S> where
    S: RefUnwindSafe

Blanket Implementations

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

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

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

type Error = !

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.

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

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

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