#[repr(u32)]pub enum AcctAuthentic {
Radius,
Local,
Remote,
Diameter,
Unknown(u32),
}Variants§
Trait Implementations§
Source§impl Clone for AcctAuthentic
impl Clone for AcctAuthentic
Source§fn clone(&self) -> AcctAuthentic
fn clone(&self) -> AcctAuthentic
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AcctAuthentic
impl Debug for AcctAuthentic
Source§impl From<AcctAuthentic> for u32
impl From<AcctAuthentic> for u32
Source§fn from(e: AcctAuthentic) -> Self
fn from(e: AcctAuthentic) -> Self
Converts to this type from the input type.
Source§impl From<u32> for AcctAuthentic
impl From<u32> for AcctAuthentic
Source§impl PartialEq for AcctAuthentic
impl PartialEq for AcctAuthentic
impl Copy for AcctAuthentic
impl Eq for AcctAuthentic
impl StructuralPartialEq for AcctAuthentic
Auto Trait Implementations§
impl Freeze for AcctAuthentic
impl RefUnwindSafe for AcctAuthentic
impl Send for AcctAuthentic
impl Sync for AcctAuthentic
impl Unpin for AcctAuthentic
impl UnwindSafe for AcctAuthentic
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