Struct bgpkit_parser::parser::bmp::messages::PeerUpNotification
source · pub struct PeerUpNotification {
pub local_addr: IpAddr,
pub local_port: u16,
pub remote_port: u16,
pub sent_open: BgpMessage,
pub received_open: BgpMessage,
pub tlvs: Vec<PeerUpNotificationTlv>,
}
Fields§
§local_addr: IpAddr
§local_port: u16
§remote_port: u16
§sent_open: BgpMessage
§received_open: BgpMessage
§tlvs: Vec<PeerUpNotificationTlv>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PeerUpNotification
impl Send for PeerUpNotification
impl Sync for PeerUpNotification
impl Unpin for PeerUpNotification
impl UnwindSafe for PeerUpNotification
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more