Struct bgpkit_parser::attributes::MpReachableNlriV2
source · pub struct MpReachableNlriV2 { /* private fields */ }Trait Implementations§
source§impl Clone for MpReachableNlriV2
impl Clone for MpReachableNlriV2
source§fn clone(&self) -> MpReachableNlriV2
fn clone(&self) -> MpReachableNlriV2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for MpReachableNlriV2
impl Debug for MpReachableNlriV2
source§impl PartialEq<MpReachableNlriV2> for MpReachableNlriV2
impl PartialEq<MpReachableNlriV2> for MpReachableNlriV2
source§fn eq(&self, other: &MpReachableNlriV2) -> bool
fn eq(&self, other: &MpReachableNlriV2) -> bool
This method tests for
self and other values to be equal, and is used
by ==.