Struct radius_rust::protocol::dictionary::DictionaryAttribute
source · [−]pub struct DictionaryAttribute { /* private fields */ }Expand description
Represents an ATTRIBUTE from RADIUS dictionary file
Implementations
Trait Implementations
sourceimpl Debug for DictionaryAttribute
impl Debug for DictionaryAttribute
sourceimpl PartialEq<DictionaryAttribute> for DictionaryAttribute
impl PartialEq<DictionaryAttribute> for DictionaryAttribute
sourcefn eq(&self, other: &DictionaryAttribute) -> bool
fn eq(&self, other: &DictionaryAttribute) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DictionaryAttribute) -> bool
fn ne(&self, other: &DictionaryAttribute) -> bool
This method tests for !=.
impl StructuralPartialEq for DictionaryAttribute
Auto Trait Implementations
impl RefUnwindSafe for DictionaryAttribute
impl Send for DictionaryAttribute
impl Sync for DictionaryAttribute
impl Unpin for DictionaryAttribute
impl UnwindSafe for DictionaryAttribute
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more