Enum snmp_parser::snmpv3::ScopedPduData
[−]
[src]
pub enum ScopedPduData<'a> { Plaintext(ScopedPdu<'a>), Encrypted(&'a [u8]), }
Variants
Plaintext(ScopedPdu<'a>)
Encrypted(&'a [u8])
Trait Implementations
impl<'a> Debug for ScopedPduData<'a>
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl<'a> PartialEq for ScopedPduData<'a>
[src]
fn eq(&self, __arg_0: &ScopedPduData<'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: &ScopedPduData<'a>) -> bool
[src]
This method tests for !=
.