Enum bgp_models::bgp::BgpMessage[][src]

pub enum BgpMessage {
    Open(BgpOpenMessage),
    Update(BgpUpdateMessage),
    Notification(BgpNotificationMessage),
    KeepAlive(BgpKeepAliveMessage),
}

Variants

Tuple Fields of Open

0: BgpOpenMessage

Tuple Fields of Update

0: BgpUpdateMessage

Tuple Fields of Notification

0: BgpNotificationMessage

Tuple Fields of KeepAlive

0: BgpKeepAliveMessage

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.