Enum bgpkit_parser::MrtMessage
source · pub enum MrtMessage {
TableDumpMessage(TableDumpMessage),
TableDumpV2Message(TableDumpV2Message),
Bgp4Mp(Bgp4Mp),
}
Variants§
Trait Implementations§
source§impl Clone for MrtMessage
impl Clone for MrtMessage
source§fn clone(&self) -> MrtMessage
fn clone(&self) -> MrtMessage
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 MrtMessage
impl Debug for MrtMessage
source§impl PartialEq<MrtMessage> for MrtMessage
impl PartialEq<MrtMessage> for MrtMessage
source§fn eq(&self, other: &MrtMessage) -> bool
fn eq(&self, other: &MrtMessage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MrtMessage
impl Serialize for MrtMessage
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 Eq for MrtMessage
impl StructuralEq for MrtMessage
impl StructuralPartialEq for MrtMessage
Auto Trait Implementations§
impl RefUnwindSafe for MrtMessage
impl Send for MrtMessage
impl Sync for MrtMessage
impl Unpin for MrtMessage
impl UnwindSafe for MrtMessage
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.