[][src]Struct econtext::DataScope

pub struct DataScope<Data> { /* fields omitted */ }

What is put in a stack frame that uses the macros.

Implementations

impl<Data: Debug> DataScope<Data>[src]

pub fn new(
    module_path: &'static str,
    file: &'static str,
    line: u32,
    message: &'static str,
    data: Data
) -> Self
[src]

Trait Implementations

impl<Data> Drop for DataScope<Data>[src]

impl<Data: Debug> Entry for DataScope<Data>[src]

Auto Trait Implementations

impl<Data> !RefUnwindSafe for DataScope<Data>

impl<Data> !Send for DataScope<Data>

impl<Data> !Sync for DataScope<Data>

impl<Data> Unpin for DataScope<Data> where
    Data: Unpin

impl<Data> !UnwindSafe for DataScope<Data>

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.