Struct wex::WexResult[][src]

pub struct WexResult<T> { /* fields omitted */ }

Trait Implementations

impl<T: Clone> Clone for WexResult<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for WexResult<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for WexResult<T> where
    T: Send

impl<T> Sync for WexResult<T> where
    T: Sync