pub enum CommandCode {
CapabilitiesExchange,
ReAuth,
Accounting,
CreditControl,
AbortSession,
SessionTermination,
DeviceWatchdog,
DisconnectPeer,
}Variants§
CapabilitiesExchange
ReAuth
Accounting
CreditControl
AbortSession
SessionTermination
DeviceWatchdog
DisconnectPeer
Implementations§
Trait Implementations§
Source§impl Debug for CommandCode
impl Debug for CommandCode
Auto Trait Implementations§
impl Freeze for CommandCode
impl RefUnwindSafe for CommandCode
impl Send for CommandCode
impl Sync for CommandCode
impl Unpin for CommandCode
impl UnwindSafe for CommandCode
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