Enum cassandra_protocol::frame::events::ServerEvent [−][src]
pub enum ServerEvent {
TopologyChange(TopologyChange),
StatusChange(StatusChange),
SchemaChange(SchemaChange),
}
Expand description
Full server event that contains all details about a concrete change.
Variants
TopologyChange(TopologyChange)
Tuple Fields
Events related to change in the cluster topology
StatusChange(StatusChange)
Tuple Fields
0: StatusChange
Events related to change of node status.
SchemaChange(SchemaChange)
Tuple Fields
0: SchemaChange
Events related to schema change.
Trait Implementations
Performs the conversion.
Performs the conversion.
It should return an implementor from an io::Cursor
over an array of bytes.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ServerEvent
impl Send for ServerEvent
impl Sync for ServerEvent
impl Unpin for ServerEvent
impl UnwindSafe for ServerEvent
Blanket Implementations
Mutably borrows from an owned value. Read more