Struct evoke_core::client_server::Updates [−][src]
Fields
server_step: u64updates: Unpacked<'a, U>Auto Trait Implementations
impl<'a, U> RefUnwindSafe for Updates<'a, U> where
<U as SchemaUnpack<'a>>::Unpacked: RefUnwindSafe,
impl<'a, U> Send for Updates<'a, U> where
<U as SchemaUnpack<'a>>::Unpacked: Send,
impl<'a, U> Sync for Updates<'a, U> where
<U as SchemaUnpack<'a>>::Unpacked: Sync,
impl<'a, U> Unpin for Updates<'a, U> where
<U as SchemaUnpack<'a>>::Unpacked: Unpin,
impl<'a, U> UnwindSafe for Updates<'a, U> where
<U as SchemaUnpack<'a>>::Unpacked: 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