Struct bgpkit_parser::parser::bmp::messages::StatsReport
source · pub struct StatsReport {
pub stats_count: u32,
pub counters: Vec<StatCounter>,
}Fields§
§stats_count: u32§counters: Vec<StatCounter>Trait Implementations§
Auto Trait Implementations§
impl Freeze for StatsReport
impl RefUnwindSafe for StatsReport
impl Send for StatsReport
impl Sync for StatsReport
impl Unpin for StatsReport
impl UnwindSafe for StatsReport
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