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