Enum snmp::SnmpMessageType [] [src]

pub enum SnmpMessageType {
    GetRequest,
    GetNextRequest,
    GetBulkRequest,
    Response,
    SetRequest,
    InformRequest,
    Trap,
    Report,
}

Variants

Methods

impl SnmpMessageType
[src]

Trait Implementations

impl Debug for SnmpMessageType
[src]

Formats the value using the given formatter.

impl PartialEq for SnmpMessageType
[src]

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

This method tests for !=.