Struct bgpkit_parser::parser::bmp::messages::PeerDownNotification
source · pub struct PeerDownNotification {
pub reason: u8,
pub data: Option<Vec<u8>>,
}Fields§
§reason: u8§data: Option<Vec<u8>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PeerDownNotification
impl RefUnwindSafe for PeerDownNotification
impl Send for PeerDownNotification
impl Sync for PeerDownNotification
impl Unpin for PeerDownNotification
impl UnwindSafe for PeerDownNotification
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