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 for DictionaryValue
impl PartialEq for DictionaryValue
impl StructuralPartialEq for DictionaryValue
Auto Trait Implementations§
impl Freeze for DictionaryValue
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