Struct radius_rust::protocol::dictionary::DictionaryValue
source · pub struct DictionaryValue { /* private fields */ }Expand description
Represents a VALUE from RADIUS dictionary file
Implementations§
Trait Implementations§
source§impl Debug for DictionaryValue
impl Debug for DictionaryValue
source§impl PartialEq<DictionaryValue> for DictionaryValue
impl PartialEq<DictionaryValue> for DictionaryValue
source§fn 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 ==.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§
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