Struct radius_rust::protocol::dictionary::DictionaryValue
source · [−]pub struct DictionaryValue { /* private fields */ }Expand description
Represents a VALUE from RADIUS dictionary file
Implementations
Trait Implementations
sourceimpl Debug for DictionaryValue
impl Debug for DictionaryValue
sourceimpl PartialEq<DictionaryValue> for DictionaryValue
impl PartialEq<DictionaryValue> for DictionaryValue
sourcefn eq(&self, other: &DictionaryValue) -> bool
fn eq(&self, other: &DictionaryValue) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DictionaryValue) -> bool
fn ne(&self, other: &DictionaryValue) -> bool
This method tests for !=.
impl StructuralPartialEq for DictionaryValue
Auto Trait Implementations
impl RefUnwindSafe for DictionaryValue
impl Send for DictionaryValue
impl Sync for DictionaryValue
impl Unpin for DictionaryValue
impl UnwindSafe for DictionaryValue
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