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 = AlertEvent
UpdateEvent
- that sent from a server to a client
Auto Trait Implementations
impl RefUnwindSafe for AlertState
impl Send for AlertState
impl Sync for AlertState
impl Unpin for AlertState
impl UnwindSafe for AlertState
Blanket Implementations
Mutably borrows from an owned value. Read more