Enum radius_rust::protocol::radius_packet::RadiusMsgType
source · [−]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
AUTH
Authentication packet
ACCT
Accounting packet
COA
Change of Authorisation packet
Trait Implementations
sourceimpl Display for RadiusMsgType
impl Display for RadiusMsgType
sourceimpl Hash for RadiusMsgType
impl Hash for RadiusMsgType
sourceimpl PartialEq<RadiusMsgType> for RadiusMsgType
impl PartialEq<RadiusMsgType> for RadiusMsgType
impl Eq for RadiusMsgType
impl StructuralEq for RadiusMsgType
impl StructuralPartialEq for RadiusMsgType
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
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