Enum radius_rust::protocol::radius_packet::RadiusMsgType [−][src]
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
Expand description
Authentication packet
Expand description
Accounting packet
Expand description
Change of Authorisation packet
Trait Implementations
impl Display for RadiusMsgType
[src]
impl Display for RadiusMsgType
[src]impl Hash for RadiusMsgType
[src]
impl Hash for RadiusMsgType
[src]impl PartialEq<RadiusMsgType> for RadiusMsgType
[src]
impl PartialEq<RadiusMsgType> for RadiusMsgType
[src]impl Eq for RadiusMsgType
[src]
impl StructuralEq for RadiusMsgType
[src]
impl StructuralPartialEq for RadiusMsgType
[src]
Auto Trait Implementations
impl RefUnwindSafe for RadiusMsgType
impl Send for RadiusMsgType
impl Sync for RadiusMsgType
impl Unpin for RadiusMsgType
impl UnwindSafe for RadiusMsgType
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>,