Struct bgpkit_parser::LargeCommunity
source · Fields§
§global_administrator: u32§local_data: [u32; 2]Implementations§
Trait Implementations§
source§impl Clone for LargeCommunity
impl Clone for LargeCommunity
source§fn clone(&self) -> LargeCommunity
fn clone(&self) -> LargeCommunity
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 LargeCommunity
impl Debug for LargeCommunity
source§impl Display for LargeCommunity
impl Display for LargeCommunity
source§impl PartialEq<LargeCommunity> for LargeCommunity
impl PartialEq<LargeCommunity> for LargeCommunity
source§fn eq(&self, other: &LargeCommunity) -> bool
fn eq(&self, other: &LargeCommunity) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LargeCommunity
impl Serialize for LargeCommunity
source§fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for LargeCommunity
impl Eq for LargeCommunity
impl StructuralEq for LargeCommunity
impl StructuralPartialEq for LargeCommunity
Auto Trait Implementations§
impl RefUnwindSafe for LargeCommunity
impl Send for LargeCommunity
impl Sync for LargeCommunity
impl Unpin for LargeCommunity
impl UnwindSafe for LargeCommunity
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.