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]

[src]

Formats the value using the given formatter.

impl PartialEq<SimpleServerEvent> for ServerEvent
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl FromCursor for ServerEvent
[src]

[src]

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