Enum snmp_parser::snmp::SnmpPdu [] [src]

pub enum SnmpPdu<'a> {
    Generic(SnmpGenericPdu<'a>),
    TrapV1(SnmpTrapPdu<'a>),
}

Variants

Methods

impl<'a> SnmpPdu<'a>
[src]

[src]

[src]

Trait Implementations

impl<'a> Debug for SnmpPdu<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for SnmpPdu<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for SnmpPdu<'a>

impl<'a> Sync for SnmpPdu<'a>