pub enum RadiusMsgType {
AUTH,
ACCT,
COA,
}
Expand description
Allowed types of RADIUS messages/packets
Mainly used in RADIUS Server implementation to distinguish between sockets and functions, that should process RADIUS packets
Variants§
Trait Implementations§
Source§impl Display for RadiusMsgType
impl Display for RadiusMsgType
Source§impl Hash for RadiusMsgType
impl Hash for RadiusMsgType
Source§impl PartialEq for RadiusMsgType
impl PartialEq for RadiusMsgType
impl Eq for RadiusMsgType
impl StructuralPartialEq for RadiusMsgType
Auto Trait Implementations§
impl Freeze for RadiusMsgType
impl RefUnwindSafe for RadiusMsgType
impl Send for RadiusMsgType
impl Sync for RadiusMsgType
impl Unpin for RadiusMsgType
impl UnwindSafe for RadiusMsgType
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