Struct evoke_core::client_server::InputsEvent [−][src]
pub struct InputsEvent<'a, I: Schema> { /* fields omitted */ }Implementations
Auto Trait Implementations
impl<'a, I> RefUnwindSafe for InputsEvent<'a, I> where
I: RefUnwindSafe,
impl<'a, I> Send for InputsEvent<'a, I> where
I: Send,
impl<'a, I> Sync for InputsEvent<'a, I> where
I: Sync,
impl<'a, I> Unpin for InputsEvent<'a, I> where
I: Unpin,
impl<'a, I> UnwindSafe for InputsEvent<'a, I> where
I: 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