Enum bgp_models::bgp::BgpMessage [−][src]
pub enum BgpMessage {
Open(BgpOpenMessage),
Update(BgpUpdateMessage),
Notification(BgpNotificationMessage),
KeepAlive(BgpKeepAliveMessage),
}Variants
Open(BgpOpenMessage)
Tuple Fields
Update(BgpUpdateMessage)
Tuple Fields
Notification(BgpNotificationMessage)
Tuple Fields
KeepAlive(BgpKeepAliveMessage)
Tuple Fields
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BgpMessage
impl Send for BgpMessage
impl Sync for BgpMessage
impl Unpin for BgpMessage
impl UnwindSafe for BgpMessage
Blanket Implementations
Mutably borrows from an owned value. Read more
