Struct bgpkit_parser::Opaque
source · Expand description
Opaque Extended Community
Fields§
§ec_type: u8§ec_subtype: u8§value: [u8; 6]Trait Implementations§
source§impl PartialEq<Opaque> for Opaque
impl PartialEq<Opaque> for Opaque
impl Copy for Opaque
impl Eq for Opaque
impl StructuralEq for Opaque
impl StructuralPartialEq for Opaque
Auto Trait Implementations§
impl RefUnwindSafe for Opaque
impl Send for Opaque
impl Sync for Opaque
impl Unpin for Opaque
impl UnwindSafe for Opaque
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.