Enum snmp_parser::snmpv3::SecurityParameters [] [src]

pub enum SecurityParameters<'a> {
    Raw(&'a [u8]),
    USM(UsmSecurityParameters<'a>),
}

Variants

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

impl<'a> Sync for SecurityParameters<'a>