Struct radius_rust::protocol::dictionary::DictionaryVendor
source · [−]pub struct DictionaryVendor { /* private fields */ }Expand description
Represents a VENDOR from RADIUS dictionary file
Trait Implementations
sourceimpl Debug for DictionaryVendor
impl Debug for DictionaryVendor
sourceimpl PartialEq<DictionaryVendor> for DictionaryVendor
impl PartialEq<DictionaryVendor> for DictionaryVendor
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &DictionaryVendor) -> bool
fn ne(&self, other: &DictionaryVendor) -> bool
This method tests for !=.
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
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