Struct snmp_parser::snmp::SnmpVariable [] [src]

pub struct SnmpVariable<'a> {
    pub oid: Oid,
    pub val: ObjectSyntax<'a>,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for SnmpVariable<'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 SnmpVariable<'a>

impl<'a> Sync for SnmpVariable<'a>