Struct radius_rust::protocol::dictionary::DictionaryAttribute
source · pub struct DictionaryAttribute { /* private fields */ }
Expand description
Represents an ATTRIBUTE from RADIUS dictionary file
Implementations§
Trait Implementations§
source§impl Debug for DictionaryAttribute
impl Debug for DictionaryAttribute
source§impl PartialEq<DictionaryAttribute> for DictionaryAttribute
impl PartialEq<DictionaryAttribute> for DictionaryAttribute
source§fn 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 ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more