Struct radius_rust::protocol::dictionary::DictionaryVendor [−][src]
pub struct DictionaryVendor { /* fields omitted */ }
Expand description
Represents a VENDOR from RADIUS dictionary file
Trait Implementations
impl Debug for DictionaryVendor
[src]
impl Debug for DictionaryVendor
[src]impl PartialEq<DictionaryVendor> for DictionaryVendor
[src]
impl PartialEq<DictionaryVendor> for DictionaryVendor
[src]fn eq(&self, other: &DictionaryVendor) -> bool
[src]
fn eq(&self, other: &DictionaryVendor) -> bool
[src]This method tests for self
and other
values to be equal, and is used
by ==
. Read more
fn ne(&self, other: &DictionaryVendor) -> bool
[src]
fn ne(&self, other: &DictionaryVendor) -> bool
[src]This method tests for !=
.
impl StructuralPartialEq for DictionaryVendor
[src]
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
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,