Struct snmp_parser::snmp::SnmpMessage
[−]
[src]
pub struct SnmpMessage<'a> { pub version: u32, pub community: String, pub pdu: SnmpPdu<'a>, }
Fields
version: u32
community: String
pdu: SnmpPdu<'a>
Methods
impl<'a> SnmpMessage<'a>
[src]
Trait Implementations
impl<'a> Debug for SnmpMessage<'a>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<'a> PartialEq for SnmpMessage<'a>
[src]
fn eq(&self, __arg_0: &SnmpMessage<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SnmpMessage<'a>) -> bool
[src]
This method tests for !=
.