Enum snmp_parser::SnmpGenericMessage
source · pub enum SnmpGenericMessage<'a> {
V1(SnmpMessage<'a>),
V2(SnmpMessage<'a>),
V3(SnmpV3Message<'a>),
}
Variants§
Trait Implementations§
source§impl<'a> Debug for SnmpGenericMessage<'a>
impl<'a> Debug for SnmpGenericMessage<'a>
source§impl<'a> PartialEq<SnmpGenericMessage<'a>> for SnmpGenericMessage<'a>
impl<'a> PartialEq<SnmpGenericMessage<'a>> for SnmpGenericMessage<'a>
source§fn eq(&self, other: &SnmpGenericMessage<'a>) -> bool
fn eq(&self, other: &SnmpGenericMessage<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.