[][src]Struct measureme::event_id::EventIdBuilder

pub struct EventIdBuilder<'p, S: SerializationSink> { /* fields omitted */ }

Implementations

impl<'p, S: SerializationSink> EventIdBuilder<'p, S>[src]

pub fn new(profiler: &Profiler<S>) -> EventIdBuilder<S>[src]

pub fn from_label(&self, label: StringId) -> EventId[src]

pub fn from_label_and_arg(&self, label: StringId, arg: StringId) -> EventId[src]

Auto Trait Implementations

impl<'p, S> RefUnwindSafe for EventIdBuilder<'p, S> where
    S: RefUnwindSafe

impl<'p, S> Send for EventIdBuilder<'p, S>

impl<'p, S> Sync for EventIdBuilder<'p, S>

impl<'p, S> Unpin for EventIdBuilder<'p, S>

impl<'p, S> UnwindSafe for EventIdBuilder<'p, S> where
    S: RefUnwindSafe

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<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 = 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.