pub enum CommandFlag {
Show 14 variants
Write,
Readonly,
Denyoom,
Admin,
Pubsub,
Noscript,
Random,
SortForScript,
Loading,
Stale,
SkipMonitor,
Asking,
Fast,
Movablekeys,
}
Variants§
Write
Readonly
Denyoom
Admin
Pubsub
Noscript
Random
SortForScript
Loading
Stale
SkipMonitor
Asking
Fast
Movablekeys
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandFlag
impl RefUnwindSafe for CommandFlag
impl Send for CommandFlag
impl Sync for CommandFlag
impl Unpin for CommandFlag
impl UnwindSafe for CommandFlag
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