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
code: u8
identifier: u8
length: u16
authenticator: &'a [u8]
attributes: Option<Vec<RadiusAttribute<'a>>>
Methods
impl<'a> RadiusData<'a>[src]
fn get_code(&self) -> Option<RadiusCode>
Trait Implementations
impl<'a> Debug for RadiusData<'a>[src]
impl<'a> PartialEq for RadiusData<'a>[src]
fn eq(&self, __arg_0: &RadiusData<'a>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &RadiusData<'a>) -> bool
This method tests for !=.