Enum bgp_models::mrt::tabledump::TableDumpV2Message[][src]

pub enum TableDumpV2Message {
    PeerIndexTable(PeerIndexTable),
    RibAfiEntries(RibAfiEntries),
    RibGenericEntries(RibGenericEntries),
}
Expand description

TableDump message version 2 enum

Variants

PeerIndexTable(PeerIndexTable)

Tuple Fields of PeerIndexTable

0: PeerIndexTable
RibAfiEntries(RibAfiEntries)

Tuple Fields of RibAfiEntries

0: RibAfiEntries
RibGenericEntries(RibGenericEntries)

Tuple Fields of RibGenericEntries

0: RibGenericEntries

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.