Struct evoke_core::client_server::ServerSession [−][src]
pub struct ServerSession<C, L> { /* fields omitted */ }Implementations
Advances server-side simulation by one step. Broadcasts updates to all clients.
Auto Trait Implementations
impl<C, L> RefUnwindSafe for ServerSession<C, L> where
C: RefUnwindSafe,
L: RefUnwindSafe,
impl<C, L> Send for ServerSession<C, L> where
C: Send,
L: Send,
impl<C, L> Sync for ServerSession<C, L> where
C: Sync,
L: Sync,
impl<C, L> Unpin for ServerSession<C, L> where
C: Unpin,
L: Unpin,
impl<C, L> UnwindSafe for ServerSession<C, L> where
C: UnwindSafe,
L: 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