Struct radius_rust::protocol::dictionary::DictionaryAttribute [−][src]
pub struct DictionaryAttribute { /* fields omitted */ }
Expand description
Represents an ATTRIBUTE from RADIUS dictionary file
Implementations
Trait Implementations
impl Debug for DictionaryAttribute
[src]
impl Debug for DictionaryAttribute
[src]impl PartialEq<DictionaryAttribute> for DictionaryAttribute
[src]
impl PartialEq<DictionaryAttribute> for DictionaryAttribute
[src]fn eq(&self, other: &DictionaryAttribute) -> bool
[src]
fn eq(&self, other: &DictionaryAttribute) -> bool
[src]This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &DictionaryAttribute) -> bool
[src]
fn ne(&self, other: &DictionaryAttribute) -> bool
[src]This method tests for !=
.
impl StructuralPartialEq for DictionaryAttribute
[src]
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
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,