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§
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
source§fn eq(&self, other: &RadiusMsgType) -> bool
fn eq(&self, other: &RadiusMsgType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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