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