Struct bgpkit_parser::parser::bmp::messages::RouteMonitoring
source · pub struct RouteMonitoring {
pub bgp_message: BgpMessage,
}Fields§
§bgp_message: BgpMessageImplementations§
source§impl RouteMonitoring
impl RouteMonitoring
sourcepub fn is_end_of_rib(&self) -> bool
pub fn is_end_of_rib(&self) -> bool
Check if the BMP route-monitoring message is an End-of-RIB marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RouteMonitoring
impl RefUnwindSafe for RouteMonitoring
impl Send for RouteMonitoring
impl Sync for RouteMonitoring
impl Unpin for RouteMonitoring
impl UnwindSafe for RouteMonitoring
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