Struct rill_protocol::flow::meta::alert::AlertState [−][src]
pub struct AlertState {}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 = AlertEvent
type Event = AlertEventUpdateEvent - that sent from a server to a client
Auto Trait Implementations
impl RefUnwindSafe for AlertStateimpl Send for AlertStateimpl Sync for AlertStateimpl Unpin for AlertStateimpl UnwindSafe for AlertStateBlanket Implementations
Mutably borrows from an owned value. Read more
impl<T> DataFraction for T where
T: DeserializeOwned + Serialize + Clone + Debug + Sync + Send + 'static,