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