Enum rill_protocol::flow::core::Activity [−][src]
pub enum Activity {
Suspend,
Awake,
Disconnected,
Connected,
Action,
}Expand description
Variant of activity that send to tracers.
It doesn’t include Action value to make this type
compatible with languages that have no ADTs.
Variants
No one connected client
At least one client connected
Listener disconnected
Listener connected
Forwards an action
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Activity
impl UnwindSafe for Activity
Blanket Implementations
Mutably borrows from an owned value. Read more