Struct rill_protocol::flow::meta::ready_board::ReadyBoardState [−][src]
Fields
entries: BTreeMap<String, Board>Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
type Event = ReadyBoardEvent
type Event = ReadyBoardEvent
UpdateEvent - that sent from a server to a client
Auto Trait Implementations
impl RefUnwindSafe for ReadyBoardState
impl Send for ReadyBoardState
impl Sync for ReadyBoardState
impl Unpin for ReadyBoardState
impl UnwindSafe for ReadyBoardState
Blanket Implementations
Mutably borrows from an owned value. Read more