pub enum Flags {
StartRecord,
StopRecord,
WatchdogNoUpdate,
WatchdogUpdate,
}Expand description
Valid flag combinations for a TACACS+ account REQUEST packet.
Variants§
StartRecord
Start of a task.
StopRecord
Task complete.
WatchdogNoUpdate
Indication that task is still running, with no extra arguments.
WatchdogUpdate
Update on long-running task, including updated/new argument values.
Trait Implementations§
impl Copy for Flags
impl Eq for Flags
impl StructuralPartialEq for Flags
Auto Trait Implementations§
impl Freeze for Flags
impl RefUnwindSafe for Flags
impl Send for Flags
impl Sync for Flags
impl Unpin for Flags
impl UnwindSafe for Flags
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