Enum bgp_models::mrt::tabledump::TableDumpV2Message
source · pub enum TableDumpV2Message {
PeerIndexTable(PeerIndexTable),
RibAfiEntries(RibAfiEntries),
RibGenericEntries(RibGenericEntries),
}Expand description
TableDump message version 2 enum
Variants§
Trait Implementations§
source§impl Clone for TableDumpV2Message
impl Clone for TableDumpV2Message
source§fn clone(&self) -> TableDumpV2Message
fn clone(&self) -> TableDumpV2Message
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for TableDumpV2Message
impl Debug for TableDumpV2Message
source§impl PartialEq<TableDumpV2Message> for TableDumpV2Message
impl PartialEq<TableDumpV2Message> for TableDumpV2Message
source§fn eq(&self, other: &TableDumpV2Message) -> bool
fn eq(&self, other: &TableDumpV2Message) -> bool
This method tests for
self and other values to be equal, and is used
by ==.