Struct radius_parser::RadiusData [] [src]

pub struct RadiusData<'a> {
    pub code: u8,
    pub identifier: u8,
    pub length: u16,
    pub authenticator: &'a [u8],
    pub attributes: Option<Vec<RadiusAttribute<'a>>>,
}

Fields

Methods

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

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for RadiusData<'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 !=.