Struct elfo_core::ResponseToken [−][src]
pub struct ResponseToken<T> { /* fields omitted */ }Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ResponseToken<T> where
T: RefUnwindSafe,
impl<T> Send for ResponseToken<T> where
T: Send,
impl<T> Sync for ResponseToken<T> where
T: Sync,
impl<T> Unpin for ResponseToken<T> where
T: Unpin,
impl<T> UnwindSafe for ResponseToken<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more