Enum cdrs::frame::events::ServerEvent [] [src]

pub enum ServerEvent {
    TopologyChange(TopologyChange),
    StatusChange(StatusChange),
    SchemaChange(SchemaChange),
}

Full server event that contains all details about a concreate change.

Variants

Events related to change in the cluster topology

Events related to change of node status.

Events related to schema change.

Trait Implementations

impl Debug for ServerEvent
[src]

Formats the value using the given formatter.

impl FromCursor for ServerEvent
[src]

It should return an implementor from an io::Cursor over an array of bytes.