pub struct RadiusAttributeType(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl RadiusAttributeType
impl RadiusAttributeType
pub const UserName: RadiusAttributeType
pub const UserPassword: RadiusAttributeType
pub const ChapPassword: RadiusAttributeType
pub const NasIPAddress: RadiusAttributeType
pub const NasPort: RadiusAttributeType
pub const ServiceType: RadiusAttributeType
pub const FramedProtocol: RadiusAttributeType
pub const FramedIPAddress: RadiusAttributeType
pub const FramedIPNetmask: RadiusAttributeType
pub const FramedRouting: RadiusAttributeType
pub const FilterId: RadiusAttributeType
pub const FramedMTU: RadiusAttributeType
pub const FramedCompression: RadiusAttributeType
pub const VendorSpecific: RadiusAttributeType
Trait Implementations§
Source§impl Clone for RadiusAttributeType
impl Clone for RadiusAttributeType
Source§fn clone(&self) -> RadiusAttributeType
fn clone(&self) -> RadiusAttributeType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RadiusAttributeType
impl Debug for RadiusAttributeType
Source§impl PartialEq for RadiusAttributeType
impl PartialEq for RadiusAttributeType
impl Copy for RadiusAttributeType
impl Eq for RadiusAttributeType
impl StructuralPartialEq for RadiusAttributeType
Auto Trait Implementations§
impl Freeze for RadiusAttributeType
impl RefUnwindSafe for RadiusAttributeType
impl Send for RadiusAttributeType
impl Sync for RadiusAttributeType
impl Unpin for RadiusAttributeType
impl UnwindSafe for RadiusAttributeType
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