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