Enum bgp_models::mrt::MrtMessage[][src]

pub enum MrtMessage {
    TableDumpMessage(TableDumpMessage),
    TableDumpV2Message(TableDumpV2Message),
    Bgp4Mp(Bgp4Mp),
}

Variants

TableDumpMessage(TableDumpMessage)

Tuple Fields of TableDumpMessage

0: TableDumpMessage
TableDumpV2Message(TableDumpV2Message)

Tuple Fields of TableDumpV2Message

0: TableDumpV2Message
Bgp4Mp(Bgp4Mp)

Tuple Fields of Bgp4Mp

0: Bgp4Mp

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.