[][src]Enum mrt::MrtType

pub enum MrtType {
    OSPFv2,
    TABLE_DUMP,
    TABLE_DUMP_V2,
    BGP4MP,
    BGP4MP_ET,
    ISIS,
    ISIS_ET,
    OSPFv3,
    OSPFv3_ET,
    UNKNOWN {
        code: u16,
    },
}

Variants

OSPFv2
TABLE_DUMP
TABLE_DUMP_V2
BGP4MP
BGP4MP_ET
ISIS
ISIS_ET
OSPFv3
OSPFv3_ET
UNKNOWN

Fields of UNKNOWN

code: u16

Trait Implementations

impl PartialEq<MrtType> for MrtType[src]

impl Debug for MrtType[src]

impl StructuralPartialEq for MrtType[src]

Auto Trait Implementations

impl Send for MrtType

impl Sync for MrtType

impl Unpin for MrtType

impl UnwindSafe for MrtType

impl RefUnwindSafe for MrtType

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]