Enum radius_rust::protocol::radius_packet::TypeCode [−][src]
pub enum TypeCode {}Show variants
AccessRequest, AccessAccept, AccessReject, AccountingRequest, AccountingResponse, AccessChallenge, StatusServer, StatusClient, DisconnectRequest, DisconnectACK, DisconnectNAK, CoARequest, CoAACK, CoANAK,
Expand description
Contains all supported Codes of RADIUS message/packet as defined in RFC 2865 & RFC 3576
Variants
Expand description
AccessRequest = 1
Expand description
AccessAccept = 2
Expand description
AccessReject = 3
Expand description
AccountingRequest = 4
Expand description
AccountingResponse = 5
Expand description
AccessChallenge = 11
Expand description
StatusServer = 12
Expand description
StatusClient = 13
Expand description
DisconnectRequest = 40
Expand description
DisconnectACK = 41
Expand description
DisconnectNAK = 42
Expand description
CoARequest = 43
Expand description
CoAACK = 44
Expand description
CoANAK = 45
Implementations
Trait Implementations
impl StructuralPartialEq for TypeCode
[src]
Auto Trait Implementations
impl RefUnwindSafe for TypeCode
impl Send for TypeCode
impl Sync for TypeCode
impl Unpin for TypeCode
impl UnwindSafe for TypeCode
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<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,