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

pub enum TopologyChangeType {
    NewNode,
    RemovedNode,
}

Variants

Trait Implementations

impl Debug for TopologyChangeType
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TopologyChangeType
[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 TopologyChangeType
[src]

[src]

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